![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypeTraits.h>
Inheritance diagram for uLang::TTypeTraitsBase< T >:Public Types | |
| enum | |
| using | ConstInitType = typename TCallTraits< T >::ParamType |
| using | ConstPointerType = typename TCallTraits< T >::ConstPointerType |
Helper for array traits. Provides a common base to more easily refine a portion of the traits when specializing. Mainly used by MemoryOps.h which is used by the contiguous storage containers like TArray.
| using uLang::TTypeTraitsBase< T >::ConstInitType = typename TCallTraits<T>::ParamType |
| using uLang::TTypeTraitsBase< T >::ConstPointerType = typename TCallTraits<T>::ConstPointerType |