Navigation
API > API/Runtime > API/Runtime/CoreUObject
Specialized FDeferredInitializationTracker for tracking deferred Blueprint sub-objects specifically. (every object in DeferredInitializers should be a default sub-object or component template).
| Name | FDeferredSubObjInitializationTracker |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h |
| Include Path | #include "Blueprint/BlueprintSupport.h" |
Syntax
struct FDeferredSubObjInitializationTracker :
public FDeferredInitializationTrackerBase ,
public TThreadSingleton< FDeferredSubObjInitializationTracker >
Inheritance Hierarchy
- FDeferredInitializationTrackerBase → FDeferredSubObjInitializationTracker
- FTlsAutoCleanup → TThreadSingleton → FDeferredSubObjInitializationTracker
Functions
Protected
Overridden from FDeferredInitializationTrackerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ResolveDeferredInitialization
(
UObject* ResolvingObject, |
Runs the deferred initializer for the specified archetype object if its not dependent on other archetypes (like a sub-object that first requires the super's CDO to be constructed, and then for its archetype to be serialized). | Blueprint/BlueprintSupport.h |