Navigation
API > API/Runtime > API/Runtime/Core
A string formatter is responsible for formatting string patterns using a set of named, or ordered arguments
| Name | TStringFormatter |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringFormatter.h |
| Include Path | #include "Misc/StringFormatter.h" |
Syntax
template<typename CharType>
class TStringFormatter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStringFormatter() |
Misc/StringFormatter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NamedDefinitions | TTokenDefinitions< CharType > | Token definitions for lenient lexers | Misc/StringFormatter.h | |
| OrderedDefinitions | TTokenDefinitions< CharType > | Misc/StringFormatter.h | ||
| StrictNamedDefinitions | TTokenDefinitions< CharType > | Token definitions for strict lexers | Misc/StringFormatter.h | |
| StrictOrderedDefinitions | TTokenDefinitions< CharType > | Misc/StringFormatter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TString< CharType > Format
(
const CharType* InExpression, |
Format the specified string using the specified arguments. | Misc/StringFormatter.h | |
TString< CharType > Format
(
const CharType* InExpression, |
Format the specified string using the specified arguments. | Misc/StringFormatter.h | |
TValueOrError< TString< CharType >, FExpressionError > FormatStrict
(
const CharType* InExpression, |
Format the specified string using the specified arguments. | Misc/StringFormatter.h | |
TValueOrError< TString< CharType >, FExpressionError > FormatStrict
(
const CharType* InExpression, |
Format the specified string using the specified arguments. | Misc/StringFormatter.h |