Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectInitializer
Little helper struct to manage overrides from derived classes
| Name | FSubobjectsToInit |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
Syntax
struct FSubobjectsToInit
Structs
| Name | Remarks |
|---|---|
| FSubobjectInit | Element of the SubobjectInits array |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SubobjectInits | TArray< FSubobjectInit, TInlineAllocator< 8 > > | The SubobjectInits array | UObject/UObjectGlobals.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Add a subobject | UObject/UObjectGlobals.h |