Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/TJsonValueString
Description
Returns the memory footprint for this object in Bytes, including sizeof(*this) and allocated memory. All children should implement this so their memory layout is properly accounted for
Virtual Inheritance
- FJsonValue::GetMemoryFootprint → TJsonValueString::GetMemoryFootprint
| Name | GetMemoryFootprint |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
virtual SIZE_T GetMemoryFootprint() const