Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include | #include "UObject/UObjectBaseUtility.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp |
bool IsTemplateForSubobjects
(
EObjectFlags TemplateTypes
) const
Remarks
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. true if this is a template for creating instanced subobjects
Parameters
| Name | Description |
|---|---|
| TemplateTypes | Specific flags to check on this object and the outer chain |