![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <JsonReader.h>
Public Types | |
| using | StringType = TString< CharType > |
Static Public Member Functions | |
| static TSharedRef< TJsonReader< TElementType_T< StringType > > > | Create (StringType &&JsonString) |
| static TSharedRef< TJsonReader< TElementType_T< StringType > > > | Create (const StringType &JsonString) |
| static TSharedRef< TJsonReader< CharType > > | Create (FArchive *const Stream) |
| static TSharedRef< TJsonReader< CharType > > | CreateFromView (TStringView< CharType > JsonString) |
| using TJsonReaderFactory< CharType >::StringType = TString<CharType> |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |