UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Json::FParseError Struct Reference

#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
 

Member Function Documentation

◆ CreateMessage()

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

Member Data Documentation

◆ ErrorCode

rapidjson::ParseErrorCode UE::Json::FParseError::ErrorCode = rapidjson::kParseErrorNone

◆ Offset

size_t UE::Json::FParseError::Offset = 0

The documentation for this struct was generated from the following files: