Navigation
API > API/Runtime > API/Runtime/Json
A Json Null Value.
| Name | FJsonValueNull |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
Syntax
class FJsonValueNull : public FJsonValue
Inheritance Hierarchy
- FJsonValue → FJsonValueNull
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FJsonValueNull() |
Dom/JsonValue.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FJsonValueNull() |
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 |
Protected
Overridden from FJsonValue
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetType() |
Dom/JsonValue.h |