![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
| using uLang::TCallTraits< const T[N]>::ConstPointerType = const T* const |
| using uLang::TCallTraits< const T[N]>::ConstReference = const ArrayType& |
| using uLang::TCallTraits< const T[N]>::ParamType = const T* const |
| using uLang::TCallTraits< const T[N]>::Reference = ArrayType& |
| using uLang::TCallTraits< const T[N]>::ValueType = const T* |