Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UClass
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
bool HotReloadPrivateStaticClass
&40;
uint32 InSize,
EClassFlags InClassFlags,
EClassCastFlags InClassCastFlags,
const TCHAR &42; InConfigName,
ClassConstructorType InClassConstructor,
ClassVTableHelperCtorCallerType InClassVTableHelperCtorCaller,
FUObjectCppClassStaticFunctions && InCppClassStaticFunctions,
class UClass &42; TClass_Super_StaticClass,
class UClass &42; TClass_WithinClass_StaticClass
&41;
Remarks
Called when a class is reloading from a DLL...updates various information in-place.
Parameters
Name | Description |
---|---|
InSize | sizeof the class |
InClassFlags | Class flags for the class |
InClassCastFlags | Cast Flags for the class |
InConfigName | Config Name |
InClassConstructor | Pointer to InternalConstructor |
TClass_Super_StaticClass | Static class of the super class |
TClass_WithinClass_StaticClass | Static class of the WithinClass |