![]() |
Ark Server API (ASA) - Wiki
|
#include <MemoryImage.h>
Public Member Functions | |
| virtual | ~FPointerTableBase () |
| virtual int32 | AddIndexedPointer (const FTypeLayoutDesc &TypeDesc, void *Ptr)=0 |
| virtual void * | GetIndexedPointer (const FTypeLayoutDesc &TypeDesc, uint32 i) const =0 |
| virtual void | SaveToArchive (FArchive &Ar, const FPlatformTypeLayoutParameters &LayoutParams, const void *FrozenObject) const |
| virtual bool | LoadFromArchive (FArchive &Ar, const FPlatformTypeLayoutParameters &LayoutParams, void *FrozenObject) |
| int32 | AddTypeDependency (const FTypeLayoutDesc &TypeDesc) |
| const FTypeLayoutDesc * | GetTypeDependency (int32 Index) const |
Definition at line 46 of file MemoryImage.h.
|
inlinevirtual |
Definition at line 49 of file MemoryImage.h.
|
pure virtual |
|
inline |
Definition at line 62 of file MemoryImage.h.
|
pure virtual |
|
inline |
Definition at line 63 of file MemoryImage.h.
|
virtual |
|
virtual |