Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Instances subobjects and components for objects being loaded from disk, if necessary. Ensures that references between nested components are fixed up correctly.
| Name | ConditionalPostLoadSubobjects |
| 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/Obj.cpp |
void ConditionalPostLoadSubobjects
(
struct FObjectInstancingGraph * OuterInstanceGraph
)
Parameters
| Name | Remarks |
|---|---|
| OuterInstanceGraph | when calling this method on subobjects, specifies the instancing graph which contains all instanced subobjects and components for a subobject root. |