Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FObjectInitializer
| Type | Name | Description | |
|---|---|---|---|
| TReturnType * | CreateDefaultSubobject
(
UObject* Outer, |
Create a component or subobject that will be instanced inside all instances of this class. | |
| TReturnType * | CreateDefaultSubobject
(
UObject* Outer, |
Create a component or subobject, allows creating a child class and returning the parent class. | |
| UObject * | CreateDefaultSubobject
(
UObject* Outer, |
Create a component or subobject that will be instanced inside all instances of this class. |