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

#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 FPointerTableBaseTryGetPrevPointerTable () const
 

Public Attributes

FStringBuilderBaseString = nullptr
 
const FPointerTableBasePrevPointerTable = nullptr
 
int32 Indent = 0
 

Detailed Description

Definition at line 46 of file MemoryLayout.h.

Member Function Documentation

◆ AppendFrozenPointer()

void FMemoryToStringContext::AppendFrozenPointer ( const FTypeLayoutDesc & StaticTypeDesc,
int32 FrozenTypeIndex )

◆ AppendIndent()

void FMemoryToStringContext::AppendIndent ( )

◆ AppendNullptr()

void FMemoryToStringContext::AppendNullptr ( )

◆ AppendUnfrozenPointer()

void FMemoryToStringContext::AppendUnfrozenPointer ( const FTypeLayoutDesc & StaticTypeDesc)

◆ TryGetPrevPointerTable()

const FPointerTableBase * FMemoryToStringContext::TryGetPrevPointerTable ( ) const
inline

Definition at line 53 of file MemoryLayout.h.

Member Data Documentation

◆ Indent

int32 FMemoryToStringContext::Indent = 0

Definition at line 57 of file MemoryLayout.h.

◆ PrevPointerTable

const FPointerTableBase* FMemoryToStringContext::PrevPointerTable = nullptr

Definition at line 56 of file MemoryLayout.h.

◆ String

FStringBuilderBase* FMemoryToStringContext::String = nullptr

Definition at line 55 of file MemoryLayout.h.


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