![]() |
Ark Server API (ASA) - Wiki
|
#include <MemoryLayout.h>
Collaboration diagram for FMemoryToStringContext:Public Member Functions | |
| void | AppendIndent () |
| void | AppendNullptr () |
| void | AppendUnfrozenPointer (const FTypeLayoutDesc &StaticTypeDesc) |
| void | AppendFrozenPointer (const FTypeLayoutDesc &StaticTypeDesc, int32 FrozenTypeIndex) |
| const FPointerTableBase * | TryGetPrevPointerTable () const |
Public Attributes | |
| FStringBuilderBase * | String = nullptr |
| const FPointerTableBase * | PrevPointerTable = nullptr |
| int32 | Indent = 0 |
Definition at line 46 of file MemoryLayout.h.
| void FMemoryToStringContext::AppendFrozenPointer | ( | const FTypeLayoutDesc & | StaticTypeDesc, |
| int32 | FrozenTypeIndex ) |
| void FMemoryToStringContext::AppendIndent | ( | ) |
| void FMemoryToStringContext::AppendNullptr | ( | ) |
| void FMemoryToStringContext::AppendUnfrozenPointer | ( | const FTypeLayoutDesc & | StaticTypeDesc | ) |
|
inline |
Definition at line 53 of file MemoryLayout.h.
| int32 FMemoryToStringContext::Indent = 0 |
Definition at line 57 of file MemoryLayout.h.
| const FPointerTableBase* FMemoryToStringContext::PrevPointerTable = nullptr |
Definition at line 56 of file MemoryLayout.h.
| FStringBuilderBase* FMemoryToStringContext::String = nullptr |
Definition at line 55 of file MemoryLayout.h.