Ark Server API (ASA) - Wiki
|
#include <MemoryImage.h>
Classes | |
struct | FPatchOffset |
struct | FPatchOffsetList |
Public Member Functions | |
void | SavePatchesToArchive (FArchive &Ar, uint32 PtrIndex) const |
Static Public Member Functions | |
template<typename PtrType > | |
static void | LoadAndApplyPatchesFromArchive (FArchive &Ar, void *FrozenBase, const PtrType &Ptr) |
Protected Member Functions | |
void | AddPatchedPointerBase (uint32 PtrIndex, uint64 Offset) |
Protected Attributes | |
TArray< FPatchOffsetList > | PatchLists |
TArray< FPatchOffset > | PatchOffsets |
Definition at line 901 of file MemoryImage.h.
|
inlinestatic |
Definition at line 905 of file MemoryImage.h.
|
protected |
Definition at line 935 of file MemoryImage.h.
|
protected |
Definition at line 936 of file MemoryImage.h.