![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RapidJsonUtils.h>
Public Member Functions | |
| JSON_API FString | CreateMessage (const FStringView JsonText) const |
Public Attributes | |
| rapidjson::ParseErrorCode | ErrorCode = rapidjson::kParseErrorNone |
| size_t | Offset = 0 |
| FString UE::Json::FParseError::CreateMessage | ( | const FStringView | JsonText | ) | const |
Create a user-readable error message. Takes the source text parameter to find the line number from the offset
| rapidjson::ParseErrorCode UE::Json::FParseError::ErrorCode = rapidjson::kParseErrorNone |
| size_t UE::Json::FParseError::Offset = 0 |