Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UPackage
Description
Called after the C++ constructor and after the properties have been initialized, but before the config has been loaded, etc. Mainly this is to emulate some behavior of when the constructor was called after the properties were initialized.
Virtual Inheritance
- UObject::PostInitProperties → UPackage::PostInitProperties
| Name | PostInitProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Package.h |
| Include Path | #include "UObject/Package.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Package.cpp |
virtual void PostInitProperties()