#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: BlooberWwise #include "Basic.hpp" namespace SDK { // ScriptStruct BlooberWwise.ImpacterSoundConfig // 0x0070 (0x0070 - 0x0000) struct FImpacterSoundConfig final { public: TSoftObjectPtr AudioEvent; // 0x0000(0x0028)(Edit, BlueprintVisible, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) TSoftObjectPtr AudioSwitch; // 0x0028(0x0028)(Edit, BlueprintVisible, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) float ProximityThreshold; // 0x0050(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) double Cooldown; // 0x0058(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) double InitialDelay; // 0x0060(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float MinVelocityMagnitude; // 0x0068(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float MinMassThreshold; // 0x006C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FImpacterSoundConfig; // ScriptStruct BlooberWwise.ImpacterSoundData // 0x0010 (0x0010 - 0x0000) struct alignas(0x08) FImpacterSoundData final { public: TWeakObjectPtr Emitter; // 0x0000(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; DUMPER7_ASSERTS_FImpacterSoundData; // ScriptStruct BlooberWwise.ImpacterSoundArray // 0x0010 (0x0010 - 0x0000) struct FImpacterSoundArray final { public: TArray Emitters; // 0x0000(0x0010)(ZeroConstructor, Transient, ContainsInstancedReference, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FImpacterSoundArray; // ScriptStruct BlooberWwise.PrimitiveImpacterData // 0x0090 (0x0090 - 0x0000) struct alignas(0x08) FPrimitiveImpacterData final { public: uint8 Pad_0[0x90]; // 0x0000(0x0090)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; DUMPER7_ASSERTS_FPrimitiveImpacterData; // ScriptStruct BlooberWwise.RagdollImpacterData // 0x0090 (0x0090 - 0x0000) struct alignas(0x08) FRagdollImpacterData final { public: uint8 Pad_0[0x90]; // 0x0000(0x0090)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; DUMPER7_ASSERTS_FRagdollImpacterData; // ScriptStruct BlooberWwise.GeometryCollectionImpacterData // 0x00D8 (0x00D8 - 0x0000) struct FGeometryCollectionImpacterData final { public: TMap MassToAkComponent; // 0x0000(0x0050)(Transient, ContainsInstancedReference, NativeAccessSpecifierPublic) uint8 Pad_50[0x88]; // 0x0050(0x0088)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; DUMPER7_ASSERTS_FGeometryCollectionImpacterData; }