#pragma once // Dumped with Dumper-7! #include "../SDK.hpp" namespace SDK { namespace Params { //--------------------------------------------------------------------------------------------------------------------- // PARAMETERS //--------------------------------------------------------------------------------------------------------------------- // 0x8 (0x8 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetTriggerParameter struct IAudioParameterControllerInterface_SetTriggerParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x18 (0x18 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetStringParameter struct IAudioParameterControllerInterface_SetStringParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) class FString InValue; // 0x8(0x10)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x18 (0x18 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetStringArrayParameter struct IAudioParameterControllerInterface_SetStringArrayParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) TArray InValue; // 0x8(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) }; // 0x10 (0x10 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetParameters_Blueprint struct IAudioParameterControllerInterface_SetParameters_Blueprint_Params { public: TArray InParameters; // 0x0(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) }; // 0x10 (0x10 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetObjectParameter struct IAudioParameterControllerInterface_SetObjectParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) class UObject* InValue; // 0x8(0x8)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x18 (0x18 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetObjectArrayParameter struct IAudioParameterControllerInterface_SetObjectArrayParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) TArray InValue; // 0x8(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) }; // 0xC (0xC - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetIntParameter struct IAudioParameterControllerInterface_SetIntParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) int32 InInt; // 0x8(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x18 (0x18 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetIntArrayParameter struct IAudioParameterControllerInterface_SetIntArrayParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) TArray InValue; // 0x8(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) }; // 0xC (0xC - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetFloatParameter struct IAudioParameterControllerInterface_SetFloatParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float InFloat; // 0x8(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x18 (0x18 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetFloatArrayParameter struct IAudioParameterControllerInterface_SetFloatArrayParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) TArray InValue; // 0x8(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) }; // 0xC (0xC - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetBoolParameter struct IAudioParameterControllerInterface_SetBoolParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool InBool; // 0x8(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_430[0x3]; // Fixing Size Of Struct [ Dumper-7 ] }; // 0x18 (0x18 - 0x0) // Function AudioExtensions.AudioParameterControllerInterface.SetBoolArrayParameter struct IAudioParameterControllerInterface_SetBoolArrayParameter_Params { public: class FName InName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) TArray InValue; // 0x8(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) }; } }