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

#include <UnrealTypeTraits.h>

Public Types

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

Member Typedef Documentation

◆ ConstPointerType

template<typename T , size_t N>
typedef const T* const TCallTraits< const T[N]>::ConstPointerType

◆ ConstReference

template<typename T , size_t N>
typedef const ArrayType& TCallTraits< const T[N]>::ConstReference

◆ ParamType

template<typename T , size_t N>
typedef const T* const TCallTraits< const T[N]>::ParamType

◆ Reference

template<typename T , size_t N>
typedef ArrayType& TCallTraits< const T[N]>::Reference

◆ ValueType

template<typename T , size_t N>
typedef const T* TCallTraits< const T[N]>::ValueType

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