#include <JsonReader.h>
◆ StoredCharType
template<class CharType = TCHAR>
◆ StoredStringType
template<class CharType = TCHAR>
◆ ValueAsStringReturnType
template<class CharType = TCHAR>
| using TJsonReader< CharType >::ValueAsStringReturnType = std::conditional_t<std::is_same_v<StoredStringType, FString>, const FString&, FString> |
◆ ~TJsonReader()
template<class CharType = TCHAR>
◆ TJsonReader() [1/2]
template<class CharType = TCHAR>
Hidden default constructor.
◆ TJsonReader() [2/2]
template<class CharType = TCHAR>
Creates and initializes a new instance with the given input.
- Parameters
-
| InStream | An archive containing the input. |
◆ Create()
template<class CharType = TCHAR>
◆ GetCharacterNumber()
template<class CharType = TCHAR>
◆ GetErrorMessage()
template<class CharType = TCHAR>
| const FString & TJsonReader< CharType >::GetErrorMessage |
( |
| ) |
const |
|
inline |
◆ GetIdentifier()
template<class CharType = TCHAR>
◆ GetInternalValueAsString()
template<class CharType = TCHAR>
◆ GetLineNumber()
template<class CharType = TCHAR>
◆ GetValueAsBoolean()
template<class CharType = TCHAR>
◆ GetValueAsNumber()
template<class CharType = TCHAR>
◆ GetValueAsNumberString()
template<class CharType = TCHAR>
◆ GetValueAsString()
template<class CharType = TCHAR>
◆ InlineCombineSurrogates()
template<class CharType = TCHAR>
◆ ReadNext()
template<class CharType = TCHAR>
◆ Serialize()
template<class CharType = TCHAR>
◆ SkipArray()
template<class CharType = TCHAR>
◆ SkipObject()
template<class CharType = TCHAR>
◆ StealInternalValueAsString()
template<class CharType = TCHAR>
◆ BoolValue
template<class CharType = TCHAR>
◆ CharacterNumber
template<class CharType = TCHAR>
◆ CurrentToken
template<class CharType = TCHAR>
◆ ErrorMessage
template<class CharType = TCHAR>
◆ FinishedReadingRootObject
template<class CharType = TCHAR>
◆ Identifier
template<class CharType = TCHAR>
◆ LineNumber
template<class CharType = TCHAR>
◆ NumberValue
template<class CharType = TCHAR>
◆ ParseState
template<class CharType = TCHAR>
◆ Stream
template<class CharType = TCHAR>
◆ StringValue
template<class CharType = TCHAR>
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Json/Public/Serialization/JsonReader.h