UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TCallTraitsBase< T > Struct Template Reference

#include <UnrealTypeTraits.h>

+ Inheritance diagram for TCallTraitsBase< T >:

Public Types

typedefValueType
 
typedef T & Reference
 
typedef const T & ConstReference
 
typedef TCallTraitsParamTypeHelper< T, PassByValue >::ParamType ParamType
 
typedef TCallTraitsParamTypeHelper< T, PassByValue >::ConstParamType ConstPointerType
 

Detailed Description

template<typename T>
struct TCallTraitsBase< T >

base class for call traits. Used to more easily refine portions when specializing

Member Typedef Documentation

◆ ConstPointerType

template<typename T >
typedef TCallTraitsParamTypeHelper<T,PassByValue>::ConstParamType TCallTraitsBase< T >::ConstPointerType

◆ ConstReference

template<typename T >
typedef const T& TCallTraitsBase< T >::ConstReference

◆ ParamType

template<typename T >
typedef TCallTraitsParamTypeHelper<T,PassByValue>::ParamType TCallTraitsBase< T >::ParamType

◆ Reference

template<typename T >
typedef T& TCallTraitsBase< T >::Reference

◆ ValueType

template<typename T >
typedef T TCallTraitsBase< T >::ValueType

The documentation for this struct was generated from the following file: