Navigation
API > API/Runtime > API/Runtime/Json
A set of shared strings that appear as keys in a FJsonObject. They are shared among the entire Json structure to reduce memory usage.
| Name | FJsonStringSet |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
Syntax
class FJsonStringSet
Structs
| Name | Remarks |
|---|---|
| FCaseSensitiveStringKeyFuncs | Case sensitive hashing function for TSet |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Strings | TCompactSet< UE::FSharedString, FCaseSensitiveStringKeyFuncs > | Dom/JsonObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Dom/JsonObject.h | ||
UE::FSharedString Place
(
FStringView Text |
Dom/JsonObject.h |