Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObjectSharedStringStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | Dom/JsonObject.h | ||
FJsonObjectSharedStringStorage
(
TSharedPtr< UE::JSON::Private::FJsonStringSet > StringSet |
Constructor taking a shared stringset that's shared with other json objects. | Dom/JsonObject.h |
FJsonObjectSharedStringStorage()
Description
Default constructor
| Name | FJsonObjectSharedStringStorage |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
FJsonObjectSharedStringStorage()
FJsonObjectSharedStringStorage(TSharedPtr< UE::JSON::Private::FJsonStringSet >)
Description
Constructor taking a shared stringset that's shared with other json objects.
| Name | FJsonObjectSharedStringStorage |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
FJsonObjectSharedStringStorage
(
TSharedPtr < UE::JSON::Private::FJsonStringSet > StringSet
)