Navigation
API > API/Runtime > API/Runtime/Core
Traits class which checks if T is a TFunction<> type.
| Name | TIsTFunction |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/FunctionFwd.h |
| Include Path | #include "Templates/FunctionFwd.h" |
Syntax
template<typename T>
struct TIsTFunction
Struct Specializations
| Name | Remarks |
|---|---|
| TIsTFunction< const T > | |
| TIsTFunction< const T > | |
| TIsTFunction< const volatile T > | |
| TIsTFunction< const volatile T > | |
| TIsTFunction< volatile T > | |
| TIsTFunction< volatile T > |
Enums
Public
| Name | Remarks |
|---|---|
| TIsTFunction |