FDeferredObjInitializationHelper::ResolveDeferredInitsFromArchetype

Loops through all object initializers and preloads that were skipped due to this archetype object not being ready yet.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h

Include

#include "Blueprint/BlueprintSupport.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp

Syntax

static void ResolveDeferredInitsFromArchetype
(
    UObject * Archetype
)

Remarks

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.

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