#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: AudioExtensions #include "Basic.hpp" namespace SDK { // Enum AudioExtensions.ESoundWaveCloudStreamingPlatformProjectEnableType // NumValues: 0x0003 enum class ESoundWaveCloudStreamingPlatformProjectEnableType : uint8 { Enabled = 0, Disabled = 1, ESoundWaveCloudStreamingPlatformProjectEnableType_MAX = 2, }; // Enum AudioExtensions.ESoundWaveCloudStreamingPlatformEnableType // NumValues: 0x0004 enum class ESoundWaveCloudStreamingPlatformEnableType : uint8 { Inherited = 0, Disabled = 1, SWC_MultipleValues = 2, ESoundWaveCloudStreamingPlatformEnableType_MAX = 3, }; // Enum AudioExtensions.EAudioParameterType // NumValues: 0x000F enum class EAudioParameterType : uint8 { None = 0, Boolean = 1, Integer = 2, Float = 3, String = 4, Object = 5, NoneArray = 6, BooleanArray = 7, IntegerArray = 8, FloatArray = 9, StringArray = 10, ObjectArray = 11, Trigger = 12, COUNT = 13, EAudioParameterType_MAX = 14, }; // ScriptStruct AudioExtensions.SoundGeneratorOutput // 0x0008 (0x0008 - 0x0000) struct FSoundGeneratorOutput { public: class FName Name; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FSoundGeneratorOutput; // ScriptStruct AudioExtensions.SoundWaveCloudStreamingPlatformProjectSettings // 0x0001 (0x0001 - 0x0000) struct FSoundWaveCloudStreamingPlatformProjectSettings final { public: ESoundWaveCloudStreamingPlatformProjectEnableType EnablementSetting; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FSoundWaveCloudStreamingPlatformProjectSettings; // ScriptStruct AudioExtensions.SoundWaveCloudStreamingPlatformSettings // 0x0001 (0x0001 - 0x0000) struct FSoundWaveCloudStreamingPlatformSettings final { public: ESoundWaveCloudStreamingPlatformEnableType EnablementSetting; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FSoundWaveCloudStreamingPlatformSettings; // ScriptStruct AudioExtensions.AudioParameter // 0x00A0 (0x00A0 - 0x0000) struct FAudioParameter { public: class FName ParamName; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float FloatParam; // 0x0008(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool BoolParam; // 0x000C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) int32 IntParam; // 0x0010(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) class UObject* ObjectParam; // 0x0018(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) class FString StringParam; // 0x0020(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) TArray ArrayFloatParam; // 0x0030(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) TArray ArrayBoolParam; // 0x0040(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) TArray ArrayIntParam; // 0x0050(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) TArray ArrayObjectParam; // 0x0060(0x0010)(Edit, BlueprintVisible, ZeroConstructor, UObjectWrapper, NativeAccessSpecifierPublic) TArray ArrayStringParam; // 0x0070(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) EAudioParameterType ParamType; // 0x0080(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_81[0x3]; // 0x0081(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) class FName TypeName; // 0x0084(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_8C[0x14]; // 0x008C(0x0014)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; DUMPER7_ASSERTS_FAudioParameter; // ScriptStruct AudioExtensions.SoundWaveCuePoint // 0x0030 (0x0030 - 0x0000) struct FSoundWaveCuePoint final { public: int32 CuePointID; // 0x0000(0x0004)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) class FString Label; // 0x0008(0x0010)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) int64 FramePosition; // 0x0018(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) int64 FrameLength; // 0x0020(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bIsLoopRegion; // 0x0028(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected) uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; DUMPER7_ASSERTS_FSoundWaveCuePoint; }