Files
ReshadePluginsCore/ClairObscur/SDK/FSoundEvent_structs.hpp
2026-03-18 18:13:09 +01:00

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;
}