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

#include <UnrealTypeTraits.h>

Public Types

typedef T & ValueType
 
typedef T & Reference
 
typedef const T & ConstReference
 
typedef T & ParamType
 
typedef T & ConstPointerType
 

Member Typedef Documentation

◆ ConstPointerType

template<typename T >
typedef T& TCallTraits< T & >::ConstPointerType

◆ ConstReference

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

◆ ParamType

template<typename T >
typedef T& TCallTraits< T & >::ParamType

◆ Reference

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

◆ ValueType

template<typename T >
typedef T& TCallTraits< T & >::ValueType

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