Navigation
API > API/Runtime > API/Runtime/CoreUObject
Used to allow constinit initialization UClass variables outside of CoreUObject in modular builds to take pointers to these methods rather than the methods of UObject, which can't be used in constant expressions in a different dll.
| Name | TUObjectCppClassStaticThunks |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMacros.h |
| Include Path | #include "UObject/ObjectMacros.h" |
Syntax
template<typename T>
struct TUObjectCppClassStaticThunks