Add Unreal Engine SDK
This commit is contained in:
382
LostEmber/SDK/AudioExtensions_classes.hpp
Normal file
382
LostEmber/SDK/AudioExtensions_classes.hpp
Normal file
@@ -0,0 +1,382 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: AudioExtensions
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "CoreUObject_classes.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// Class AudioExtensions.AudioPropertiesSheetAssetUserInterface
|
||||
// 0x0000 (0x0000 - 0x0000)
|
||||
class IAudioPropertiesSheetAssetUserInterface final
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("AudioPropertiesSheetAssetUserInterface")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"AudioPropertiesSheetAssetUserInterface")
|
||||
}
|
||||
static class IAudioPropertiesSheetAssetUserInterface* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<IAudioPropertiesSheetAssetUserInterface>();
|
||||
}
|
||||
|
||||
class UObject* AsUObject()
|
||||
{
|
||||
return reinterpret_cast<UObject*>(this);
|
||||
}
|
||||
const class UObject* AsUObject() const
|
||||
{
|
||||
return reinterpret_cast<const UObject*>(this);
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_IAudioPropertiesSheetAssetUserInterface;
|
||||
|
||||
// Class AudioExtensions.AudioPropertiesSheetAssetBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class UAudioPropertiesSheetAssetBase final : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("AudioPropertiesSheetAssetBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"AudioPropertiesSheetAssetBase")
|
||||
}
|
||||
static class UAudioPropertiesSheetAssetBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UAudioPropertiesSheetAssetBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UAudioPropertiesSheetAssetBase;
|
||||
|
||||
// Class AudioExtensions.SpatializationPluginSourceSettingsBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class USpatializationPluginSourceSettingsBase : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("SpatializationPluginSourceSettingsBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"SpatializationPluginSourceSettingsBase")
|
||||
}
|
||||
static class USpatializationPluginSourceSettingsBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<USpatializationPluginSourceSettingsBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_USpatializationPluginSourceSettingsBase;
|
||||
|
||||
// Class AudioExtensions.SourceDataOverridePluginSourceSettingsBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class USourceDataOverridePluginSourceSettingsBase final : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("SourceDataOverridePluginSourceSettingsBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"SourceDataOverridePluginSourceSettingsBase")
|
||||
}
|
||||
static class USourceDataOverridePluginSourceSettingsBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<USourceDataOverridePluginSourceSettingsBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_USourceDataOverridePluginSourceSettingsBase;
|
||||
|
||||
// Class AudioExtensions.OcclusionPluginSourceSettingsBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class UOcclusionPluginSourceSettingsBase final : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("OcclusionPluginSourceSettingsBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"OcclusionPluginSourceSettingsBase")
|
||||
}
|
||||
static class UOcclusionPluginSourceSettingsBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UOcclusionPluginSourceSettingsBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UOcclusionPluginSourceSettingsBase;
|
||||
|
||||
// Class AudioExtensions.ReverbPluginSourceSettingsBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class UReverbPluginSourceSettingsBase final : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("ReverbPluginSourceSettingsBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"ReverbPluginSourceSettingsBase")
|
||||
}
|
||||
static class UReverbPluginSourceSettingsBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UReverbPluginSourceSettingsBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UReverbPluginSourceSettingsBase;
|
||||
|
||||
// Class AudioExtensions.AudioParameterControllerInterface
|
||||
// 0x0000 (0x0000 - 0x0000)
|
||||
class IAudioParameterControllerInterface final
|
||||
{
|
||||
public:
|
||||
void ResetParameters();
|
||||
void SetBoolArrayParameter(class FName InName, const TArray<bool>& InValue);
|
||||
void SetBoolParameter(class FName InName, bool InBool);
|
||||
void SetFloatArrayParameter(class FName InName, const TArray<float>& InValue);
|
||||
void SetFloatParameter(class FName InName, float InFloat);
|
||||
void SetIntArrayParameter(class FName InName, const TArray<int32>& InValue);
|
||||
void SetIntParameter(class FName InName, int32 inInt);
|
||||
void SetObjectArrayParameter(class FName InName, const TArray<class UObject*>& InValue);
|
||||
void SetObjectParameter(class FName InName, class UObject* InValue);
|
||||
void SetParameters_Blueprint(const TArray<struct FAudioParameter>& InParameters);
|
||||
void SetStringArrayParameter(class FName InName, const TArray<class FString>& InValue);
|
||||
void SetStringParameter(class FName InName, const class FString& InValue);
|
||||
void SetTriggerParameter(class FName InName);
|
||||
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("AudioParameterControllerInterface")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"AudioParameterControllerInterface")
|
||||
}
|
||||
static class IAudioParameterControllerInterface* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<IAudioParameterControllerInterface>();
|
||||
}
|
||||
|
||||
class UObject* AsUObject()
|
||||
{
|
||||
return reinterpret_cast<UObject*>(this);
|
||||
}
|
||||
const class UObject* AsUObject() const
|
||||
{
|
||||
return reinterpret_cast<const UObject*>(this);
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_IAudioParameterControllerInterface;
|
||||
|
||||
// Class AudioExtensions.AudioEndpointSettingsBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class UAudioEndpointSettingsBase : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("AudioEndpointSettingsBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"AudioEndpointSettingsBase")
|
||||
}
|
||||
static class UAudioEndpointSettingsBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UAudioEndpointSettingsBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UAudioEndpointSettingsBase;
|
||||
|
||||
// Class AudioExtensions.DummyEndpointSettings
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class UDummyEndpointSettings final : public UAudioEndpointSettingsBase
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("DummyEndpointSettings")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"DummyEndpointSettings")
|
||||
}
|
||||
static class UDummyEndpointSettings* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UDummyEndpointSettings>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UDummyEndpointSettings;
|
||||
|
||||
// Class AudioExtensions.SoundModulatorBase
|
||||
// 0x0008 (0x0030 - 0x0028)
|
||||
class USoundModulatorBase : public UObject
|
||||
{
|
||||
public:
|
||||
uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("SoundModulatorBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"SoundModulatorBase")
|
||||
}
|
||||
static class USoundModulatorBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<USoundModulatorBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_USoundModulatorBase;
|
||||
|
||||
// Class AudioExtensions.SoundfieldEndpointSettingsBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class USoundfieldEndpointSettingsBase final : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("SoundfieldEndpointSettingsBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"SoundfieldEndpointSettingsBase")
|
||||
}
|
||||
static class USoundfieldEndpointSettingsBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<USoundfieldEndpointSettingsBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_USoundfieldEndpointSettingsBase;
|
||||
|
||||
// Class AudioExtensions.SoundfieldEncodingSettingsBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class USoundfieldEncodingSettingsBase : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("SoundfieldEncodingSettingsBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"SoundfieldEncodingSettingsBase")
|
||||
}
|
||||
static class USoundfieldEncodingSettingsBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<USoundfieldEncodingSettingsBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_USoundfieldEncodingSettingsBase;
|
||||
|
||||
// Class AudioExtensions.SoundfieldEffectSettingsBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class USoundfieldEffectSettingsBase final : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("SoundfieldEffectSettingsBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"SoundfieldEffectSettingsBase")
|
||||
}
|
||||
static class USoundfieldEffectSettingsBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<USoundfieldEffectSettingsBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_USoundfieldEffectSettingsBase;
|
||||
|
||||
// Class AudioExtensions.SoundfieldEffectBase
|
||||
// 0x0008 (0x0030 - 0x0028)
|
||||
class USoundfieldEffectBase final : public UObject
|
||||
{
|
||||
public:
|
||||
class USoundfieldEffectSettingsBase* Settings; // 0x0028(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("SoundfieldEffectBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"SoundfieldEffectBase")
|
||||
}
|
||||
static class USoundfieldEffectBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<USoundfieldEffectBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_USoundfieldEffectBase;
|
||||
|
||||
// Class AudioExtensions.WaveformTransformationBase
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class UWaveformTransformationBase final : public UObject
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("WaveformTransformationBase")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"WaveformTransformationBase")
|
||||
}
|
||||
static class UWaveformTransformationBase* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UWaveformTransformationBase>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UWaveformTransformationBase;
|
||||
|
||||
// Class AudioExtensions.WaveformTransformationChain
|
||||
// 0x0010 (0x0038 - 0x0028)
|
||||
class UWaveformTransformationChain final : public UObject
|
||||
{
|
||||
public:
|
||||
TArray<class UWaveformTransformationBase*> Transformations; // 0x0028(0x0010)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPublic)
|
||||
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("WaveformTransformationChain")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"WaveformTransformationChain")
|
||||
}
|
||||
static class UWaveformTransformationChain* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UWaveformTransformationChain>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UWaveformTransformationChain;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user