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

#include <TypeTraits.h>

Public Types

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

Member Typedef Documentation

◆ ConstPointerType

template<typename T >
using uLang::TCallTraits< T & >::ConstPointerType = T&

◆ ConstReference

template<typename T >
using uLang::TCallTraits< T & >::ConstReference = const T&

◆ ParamType

template<typename T >
using uLang::TCallTraits< T & >::ParamType = T&

◆ Reference

template<typename T >
using uLang::TCallTraits< T & >::Reference = T&

◆ ValueType

template<typename T >
using uLang::TCallTraits< T & >::ValueType = T&

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