![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypeTraits.h>
Inheritance diagram for uLang::TCallTraits< T >:Additional Inherited Members | |
Public Types inherited from uLang::TCallTraitsBase< T > | |
| using | ValueType = T |
| using | Reference = T & |
| using | ConstReference = const T & |
| using | ParamType = typename TCallTraitsParamTypeHelper< T, PassByValue >::ParamType |
| using | ConstPointerType = typename TCallTraitsParamTypeHelper< T, PassByValue >::ConstParamType |