![]() |
Ark Server API (ASA) - Wiki
|
#include <MemoryImage.h>
Collaboration diagram for FMemoryImageResult:Public Member Functions | |
| void | SaveToArchive (FArchive &Ar) const |
| void | ApplyPatches (void *FrozenObject) const |
Static Public Member Functions | |
| static FMemoryImageObject | LoadFromArchive (FArchive &Ar, const FTypeLayoutDesc &TypeDesc, FPointerTableBase *PointerTable, FPlatformTypeLayoutParameters &OutLayoutParameters) |
Definition at line 199 of file MemoryImage.h.
|
static |
Definition at line 201 of file MemoryImage.h.
| TArray<FMemoryImageNamePointer> FMemoryImageResult::MemoryImageNames |
Definition at line 206 of file MemoryImage.h.
| FPointerTableBase* FMemoryImageResult::PointerTable = nullptr |
Definition at line 202 of file MemoryImage.h.
| TArray<FMemoryImageNamePointer> FMemoryImageResult::ScriptNames |
Definition at line 205 of file MemoryImage.h.
| FPlatformTypeLayoutParameters FMemoryImageResult::TargetLayoutParameters |
Definition at line 203 of file MemoryImage.h.
| TArray<FMemoryImageVTablePointer> FMemoryImageResult::VTables |
Definition at line 204 of file MemoryImage.h.