EscapeTheBackrooms_Internal/EscapeTheBackroomsGUiTest/SDK/PropertyFixup.hpp

25 lines
319 B
C++
Raw Normal View History

2024-04-20 20:19:09 +08:00
#pragma once
// Definitions for missing Properties
class FMulticastSparseDelegateProperty_
{
unsigned __int8 Pad[0x1];
};
class FMulticastInlineDelegateProperty_
{
unsigned __int8 Pad[0x10];
};
class FDelegateProperty_
{
unsigned __int8 Pad[0x10];
};
class FFieldPathProperty_
{
unsigned __int8 Pad[0x20];
};