Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FMemoryImageResult Struct Reference

#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)
 

Public Attributes

TArray< uint8Bytes
 
FPointerTableBasePointerTable = nullptr
 
FPlatformTypeLayoutParameters TargetLayoutParameters
 
TArray< FMemoryImageVTablePointerVTables
 
TArray< FMemoryImageNamePointerScriptNames
 
TArray< FMemoryImageNamePointerMemoryImageNames
 

Detailed Description

Definition at line 199 of file MemoryImage.h.

Member Function Documentation

◆ ApplyPatches()

void FMemoryImageResult::ApplyPatches ( void * FrozenObject) const

◆ LoadFromArchive()

static FMemoryImageObject FMemoryImageResult::LoadFromArchive ( FArchive & Ar,
const FTypeLayoutDesc & TypeDesc,
FPointerTableBase * PointerTable,
FPlatformTypeLayoutParameters & OutLayoutParameters )
static

◆ SaveToArchive()

void FMemoryImageResult::SaveToArchive ( FArchive & Ar) const

Member Data Documentation

◆ Bytes

TArray<uint8> FMemoryImageResult::Bytes

Definition at line 201 of file MemoryImage.h.

◆ MemoryImageNames

TArray<FMemoryImageNamePointer> FMemoryImageResult::MemoryImageNames

Definition at line 206 of file MemoryImage.h.

◆ PointerTable

FPointerTableBase* FMemoryImageResult::PointerTable = nullptr

Definition at line 202 of file MemoryImage.h.

◆ ScriptNames

TArray<FMemoryImageNamePointer> FMemoryImageResult::ScriptNames

Definition at line 205 of file MemoryImage.h.

◆ TargetLayoutParameters

FPlatformTypeLayoutParameters FMemoryImageResult::TargetLayoutParameters

Definition at line 203 of file MemoryImage.h.

◆ VTables

TArray<FMemoryImageVTablePointer> FMemoryImageResult::VTables

Definition at line 204 of file MemoryImage.h.


The documentation for this struct was generated from the following file: