Navigation
Unreal Engine C++ API Reference > 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. |