Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FDeferredObjInitializationHelper
Description
Loops through all object initializers and preloads that were skipped due to this archetype object not being ready yet.
Should be called once the object has been fully serialized in.
| Name | ResolveDeferredInitsFromArchetype |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h |
| Include Path | #include "Blueprint/BlueprintSupport.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp |
static void ResolveDeferredInitsFromArchetype
(
UObject * Archetype
)