Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Called after properties are overwritten, including after subobjects initialization from a CDO. This could be called multiple times during an object lifetime, which is not the case for PostInitProperties which is expected to be called only once.
| Name | PostReinitProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
virtual void PostReinitProperties()