UPackage::PostInitProperties

Called after the C++ constructor and after the properties have been initialized, but before the config has been loaded, etc.

Windows
MacOS
Linux

Override Hierarchy

UObject::PostInitProperties()

UPackage::PostInitProperties()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Package.h

Include

#include "UObject/Package.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Package.cpp

Syntax

virtual void PostInitProperties()

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss