Navigation
API > API/Runtime > API/Runtime/Json
A Json Object Value.
| Name | FJsonValueObject |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
Syntax
class FJsonValueObject : public FJsonValue
Inheritance Hierarchy
- FJsonValue → FJsonValueObject
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FJsonValueObject
(
TSharedPtr< FJsonObject > InObject |
Dom/JsonValue.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FJsonValueObject() |
Dom/JsonValue.h |
Functions
Public
Overridden from FJsonValue
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SIZE_T GetMemoryFootprint () |
Returns the memory footprint for this object in Bytes, including sizeof(*this) and allocated memory. | Dom/JsonValue.h | |
virtual bool TryGetObject
(
const TSharedPtr< FJsonObject >*& Object |
Tries to convert this value to an object, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetObject
(
TSharedPtr< FJsonObject >*& Object |
Tries to convert this value to an object, returning false if not possible | Dom/JsonValue.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Helper to calculate allocated size of the Value object and its contents | Dom/JsonValue.h |
Overridden from FJsonValue
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetType() |
Dom/JsonValue.h |