Navigation
API > API/Runtime > API/Runtime/Json
| Name | TJsonReaderFactory |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Serialization/JsonReader.h |
| Include Path | #include "Serialization/JsonReader.h" |
Syntax
template<class CharType>
class TJsonReaderFactory
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StringType | TString< CharType > | Serialization/JsonReader.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< TJsonReader< TElementType_T< StringType > > > Create
(
StringType&& JsonString |
Serialization/JsonReader.h | ||
static TSharedRef< TJsonReader< TElementType_T< StringType > > > Create
(
const StringType& JsonString |
Serialization/JsonReader.h | ||
static TSharedRef< TJsonReader< CharType > > Create
(
FArchive*const Stream |
Serialization/JsonReader.h | ||
static TSharedRef< TJsonReader< CharType > > CreateFromView
(
TStringView< CharType > JsonString |
Serialization/JsonReader.h |