Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectInitializer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AssertIfSubobjectSetupIsNotAllowed
(
const FName SubobjectName |
Asserts if SetDefaultSubobjectClass or DoNotCreateOptionalDefaultSuobject are called inside of the constructor body | UObject/UObjectGlobals.h | |
void AssertIfSubobjectSetupIsNotAllowed
(
FStringView SubobjectName |
Asserts if SetDefaultSubobjectClass or DoNotCreateOptionalDefaultSuobject are called inside of the constructor body | UObject/UObjectGlobals.h | |
void AssertIfSubobjectSetupIsNotAllowed
(
TArrayView< const FName > SubobjectNames |
Asserts if SetDefaultSubobjectClass or DoNotCreateOptionalDefaultSuobject are called inside of the constructor body | UObject/UObjectGlobals.h |
AssertIfSubobjectSetupIsNotAllowed(const FName)
Description
Asserts if SetDefaultSubobjectClass or DoNotCreateOptionalDefaultSuobject are called inside of the constructor body
| Name | AssertIfSubobjectSetupIsNotAllowed |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void AssertIfSubobjectSetupIsNotAllowed
(
const FName SubobjectName
) const
AssertIfSubobjectSetupIsNotAllowed(FStringView)
Description
Asserts if SetDefaultSubobjectClass or DoNotCreateOptionalDefaultSuobject are called inside of the constructor body
| Name | AssertIfSubobjectSetupIsNotAllowed |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void AssertIfSubobjectSetupIsNotAllowed
(
FStringView SubobjectName
) const
AssertIfSubobjectSetupIsNotAllowed(TArrayView< const FName >)
Description
Asserts if SetDefaultSubobjectClass or DoNotCreateOptionalDefaultSuobject are called inside of the constructor body
| Name | AssertIfSubobjectSetupIsNotAllowed |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void AssertIfSubobjectSetupIsNotAllowed
(
TArrayView < const FName > SubobjectNames
) const