Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
Inheritance Hierarchy
- TStaticGetTypeLayoutHelper< void * >
- TStaticGetTypeLayoutHelper< T * >
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/MemoryLayout.h |
Include | #include "Serialization/MemoryLayout.h" |
Syntax
template<typename T>
struct TStaticGetTypeLayoutHelper< T * > : public TStaticGetTypeLayoutHelper< void * >
Remarks
All raw pointer types map to void*, since they're all handled the same way.