Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBaseUtility
Description
Determines whether this object is a template object by checking flags on the object and the outer chain.
Determines whether this object is a template object
| Name | IsTemplate |
| 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 IsTemplate
(
EObjectFlags TemplateTypes
) const
true if this object is a template object (owned by a UClass)
Parameters
| Name | Remarks |
|---|---|
| TemplateTypes | Specific flags to look for, the default checks class default and non-class templates |