![]() |
Ark Server API (ASA) - Wiki
|
#include <MemoryImage.h>
Inheritance diagram for FMemoryImageSection:
Collaboration diagram for FMemoryImageSection:Classes | |
| struct | FSectionPointer |
Definition at line 213 of file MemoryImage.h.
|
inline |
| void FMemoryImageSection::ComputeHash | ( | ) |
| uint32 FMemoryImageSection::Flatten | ( | FMemoryImageResult & | OutResult | ) | const |
|
inline |
Definition at line 230 of file MemoryImage.h.
Definition at line 261 of file MemoryImage.h.
| uint32 FMemoryImageSection::WriteFScriptName | ( | const FScriptName & | Name | ) |
Definition at line 239 of file MemoryImage.h.
| FMemoryImageSection * FMemoryImageSection::WritePointer | ( | const FTypeLayoutDesc & | StaticTypeDesc, |
| const FTypeLayoutDesc & | DerivedTypeDesc, | ||
| uint32 * | OutOffsetToBase = nullptr ) |
| uint32 FMemoryImageSection::WriteVTable | ( | const FTypeLayoutDesc & | TypeDesc, |
| const FTypeLayoutDesc & | DerivedTypeDesc ) |
Definition at line 273 of file MemoryImage.h.
| FSHAHash FMemoryImageSection::Hash |
Definition at line 278 of file MemoryImage.h.
| uint32 FMemoryImageSection::MaxAlignment |
Definition at line 279 of file MemoryImage.h.
| TArray<FMemoryImageNamePointer> FMemoryImageSection::MemoryImageNames |
Definition at line 277 of file MemoryImage.h.
| FMemoryImage* FMemoryImageSection::ParentImage |
Definition at line 272 of file MemoryImage.h.
| TArray<FSectionPointer> FMemoryImageSection::Pointers |
Definition at line 274 of file MemoryImage.h.
| TArray<FMemoryImageNamePointer> FMemoryImageSection::ScriptNames |
Definition at line 276 of file MemoryImage.h.
| TArray<FMemoryImageVTablePointer> FMemoryImageSection::VTables |
Definition at line 275 of file MemoryImage.h.