Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
Inheritance Hierarchy
- TTypeTraitsBase
- TTypeTraits
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h |
Include | #include "Templates/UnrealTypeTraits.h" |
Syntax
template<typename T>
struct TTypeTraitsBase
Remarks
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.
Typedefs
Name | Description |
---|---|
ConstInitType | |
ConstPointerType |