Navigation
API > API/Runtime > API/Runtime/Core
| Name | TDelegateCallTraits |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
Syntax
template<typename T>
struct TDelegateCallTraits
Struct Specializations
| Name | Remarks |
|---|---|
| TDelegateCallTraits< T > |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | std::conditional_t< std::is_reference_v< T >, T, const T & > | UObject/ScriptDelegates.h |