Navigation
API > API/Runtime > API/Runtime/Core
| Name | TCallTraits |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h |
| Include Path | #include "Templates/UnrealTypeTraits.h" |
Syntax
template<typename T>
struct TCallTraits : public TCallTraitsBase< T >
Inheritance Hierarchy
- TCallTraitsBase → TCallTraits
Struct Specializations
| Name | Remarks |
|---|---|
| TCallTraits< const T[N]> | Const array types |
| TCallTraits< const T[N]> | Const array types |
| TCallTraits< T & > | Fix reference-to-reference problems. |
| TCallTraits< T & > | Fix reference-to-reference problems. |
| TCallTraits< T[N]> | Array types. |
| TCallTraits< T[N]> | Array types. |