Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBase
Description
Convert a boot-strap registered class into a real one, add to uobject array, etc
Convert a boot-strap registered class into a real one, add to uobject array, etc
Derived Overrides
| Name | DeferredRegister |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h |
| Include Path | #include "UObject/UObjectBase.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp |
virtual void DeferredRegister
(
UClass * UClassStaticClass,
const TCHAR * PackageName,
const TCHAR * Name
)
Parameters
| Name | Remarks |
|---|---|
| UClassStaticClass | Now that it is known, fill in UClass::StaticClass() as the class |
| UClassStaticClass | Now that it is known, fill in ClassPrivate. This is usually UClass::StaticClass. |