Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBaseUtility
Description
Returns whether this is a template that can be used to create instanced subobjects. By default this includes subobjects of a class default object and other templates associated with a class.
| Name | IsTemplateForSubobjects |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include Path | #include "UObject/UObjectBaseUtility.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp |
bool IsTemplateForSubobjects
(
EObjectFlags TemplateTypes
) const
true if this is a template for creating instanced subobjects
Parameters
| Name | Remarks |
|---|---|
| TemplateTypes | Specific flags to check on this object and the outer chain |