UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStringTemplate::FErrorInfo Struct Reference

#include <StringTemplate.h>

Public Attributes

FStringView Message
 
int32 Line
 
int32 Offset
 

Detailed Description

Wraps info about where an error in the template string is.

Member Data Documentation

◆ Line

int32 FStringTemplate::FErrorInfo::Line

Which line contains the error

◆ Message

FStringView FStringTemplate::FErrorInfo::Message

A user friendly textual description of the error

◆ Offset

int32 FStringTemplate::FErrorInfo::Offset

At what offset in characters from the start


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