![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypeTraits.h>
Public Types | |
| using | ValueType = T & |
| using | Reference = T & |
| using | ConstReference = const T & |
| using | ParamType = T & |
| using | ConstPointerType = T & |
| using uLang::TCallTraits< T & >::ConstPointerType = T& |
| using uLang::TCallTraits< T & >::ConstReference = const T& |
| using uLang::TCallTraits< T & >::ParamType = T& |
| using uLang::TCallTraits< T & >::Reference = T& |
| using uLang::TCallTraits< T & >::ValueType = T& |