Navigation
API > API/Runtime > API/Runtime/Core
Fix reference-to-reference problems.
| Name | TCallTraits< T & > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h |
| Include Path | #include "Templates/UnrealTypeTraits.h" |
Syntax
template<typename T>
struct TCallTraits< T & >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConstPointerType | T & | Templates/UnrealTypeTraits.h | |
| ConstReference | const T & | Templates/UnrealTypeTraits.h | |
| ParamType | T & | Templates/UnrealTypeTraits.h | |
| Reference | T & | Templates/UnrealTypeTraits.h | |
| ValueType | T & | Templates/UnrealTypeTraits.h |