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

#include <TypeTraits.h>

Public Types

using ParamType = const T &
 
using ConstParamType = const T &
 

Detailed Description

template<typename T, bool TypeIsSmall>
struct uLang::TCallTraitsParamTypeHelper< T, TypeIsSmall >

Call traits helpers

Member Typedef Documentation

◆ ConstParamType

template<typename T , bool TypeIsSmall>
using uLang::TCallTraitsParamTypeHelper< T, TypeIsSmall >::ConstParamType = const T&

◆ ParamType

template<typename T , bool TypeIsSmall>
using uLang::TCallTraitsParamTypeHelper< T, TypeIsSmall >::ParamType = const T&

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