Navigation
API > API/Runtime > API/Runtime/Core
| Name | TRefCountPtrTable |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
Syntax
template<typename T>
class TRefCountPtrTable : public TPtrTableBase< T, TRefCountPtr< T > >
Inheritance Hierarchy
- FPtrTableBase → TPtrTableBase → TRefCountPtrTable
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TPtrTableBase< T, TRefCountPtr< T > > | Serialization/MemoryImage.h |