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

#include <TypeTraits.h>

Public Types

using ValueType = const T *
 
using Reference = ArrayType &
 
using ConstReference = const ArrayType &
 
using ParamType = const T *const
 
using ConstPointerType = const T *const
 

Member Typedef Documentation

◆ ConstPointerType

template<typename T , size_t N>
using uLang::TCallTraits< T[N]>::ConstPointerType = const T* const

◆ ConstReference

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

◆ ParamType

template<typename T , size_t N>
using uLang::TCallTraits< T[N]>::ParamType = const T* const

◆ Reference

template<typename T , size_t N>
using uLang::TCallTraits< T[N]>::Reference = ArrayType&

◆ ValueType

template<typename T , size_t N>
using uLang::TCallTraits< T[N]>::ValueType = const T*

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