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