Navigation
API > API/Runtime > API/Runtime/Core
| Name | TDelegateCallTraits< T > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
Syntax
template<typename T>
struct TDelegateCallTraits< T >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | std::remove_cv_t< std::remove_reference_t< T > > | UObject/ScriptDelegates.h |