28 lines
496 B
C++
28 lines
496 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: FSoundEvent
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedStruct FSoundEvent.FSoundEvent
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct FFSoundEvent final
|
|
{
|
|
public:
|
|
class USoundBase* SoundBase_10_5706891E460AF058D1F6D3B6E9D227BA; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
DUMPER7_ASSERTS_FFSoundEvent;
|
|
|
|
}
|
|
|