44 lines
735 B
C++
44 lines
735 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AvaAudioLow
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Class AvaAudioLow.AvaAudioLowBPLibrary
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class UAvaAudioLowBPLibrary final : public UBlueprintFunctionLibrary
|
|
{
|
|
public:
|
|
static float AvaAudioLowSampleFunction(float Param);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("AvaAudioLowBPLibrary")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"AvaAudioLowBPLibrary")
|
|
}
|
|
static class UAvaAudioLowBPLibrary* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UAvaAudioLowBPLibrary>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UAvaAudioLowBPLibrary;
|
|
|
|
}
|
|
|