Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectInitializer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FObjectInitializer & DoNotCreateNestedDefaultSubobject
(
FStringView SubobjectName |
Indicates that a subobject should not create a component if created using CreateOptionalDefaultSubobject | UObject/UObjectGlobals.h | |
const FObjectInitializer & DoNotCreateNestedDefaultSubobject
(
TArrayView< const FName > SubobjectNames |
Indicates that a subobject should not create a component if created using CreateOptionalDefaultSubobject | UObject/UObjectGlobals.h |
DoNotCreateNestedDefaultSubobject(FStringView)
Description
Indicates that a subobject should not create a component if created using CreateOptionalDefaultSubobject
| Name | DoNotCreateNestedDefaultSubobject |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
const FObjectInitializer & DoNotCreateNestedDefaultSubobject
(
FStringView SubobjectName
) const
Parameters
| Name | Remarks |
|---|---|
| SubobjectName | name of the new component or subobject to not create |
DoNotCreateNestedDefaultSubobject(TArrayView< const FName >)
Description
Indicates that a subobject should not create a component if created using CreateOptionalDefaultSubobject
| Name | DoNotCreateNestedDefaultSubobject |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
const FObjectInitializer & DoNotCreateNestedDefaultSubobject
(
TArrayView < const FName > SubobjectNames
) const
Parameters
| Name | Remarks |
|---|---|
| SubobjectName | name of the new component or subobject to not create |