![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MemoryLayout.h>
Public Member Functions | |
| CORE_API void | AppendIndent () |
| CORE_API void | AppendNullptr () |
| CORE_API void | AppendUnfrozenPointer (const FTypeLayoutDesc &StaticTypeDesc) |
| CORE_API void | AppendFrozenPointer (const FTypeLayoutDesc &StaticTypeDesc, int32 FrozenTypeIndex) |
| const FPointerTableBase * | TryGetPrevPointerTable () const |
Public Attributes | |
| FStringBuilderBase * | String = nullptr |
| const FPointerTableBase * | PrevPointerTable = nullptr |
| int32 | Indent = 0 |
| void FMemoryToStringContext::AppendFrozenPointer | ( | const FTypeLayoutDesc & | StaticTypeDesc, |
| int32 | FrozenTypeIndex | ||
| ) |
| void FMemoryToStringContext::AppendIndent | ( | ) |
| void FMemoryToStringContext::AppendNullptr | ( | ) |
| void FMemoryToStringContext::AppendUnfrozenPointer | ( | const FTypeLayoutDesc & | StaticTypeDesc | ) |
|
inline |
| int32 FMemoryToStringContext::Indent = 0 |
| const FPointerTableBase* FMemoryToStringContext::PrevPointerTable = nullptr |
| FStringBuilderBase* FMemoryToStringContext::String = nullptr |