Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/StringFormatter.h |
Include | #include "Misc/StringFormatter.h" |
Syntax
class FStringFormatter
Remarks
A string formatter is responsible for formatting string patterns using a set of named, or ordered arguments
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FString | Format
(
const TCHAR* InExpression, |
Format the specified string using the specified arguments. |
![]() ![]() |
FString | Format
(
const TCHAR* InExpression, |
Format the specified string using the specified arguments. |
![]() ![]() |
TValueOrError< FString, FExpressionError > | FormatStrict
(
const TCHAR* InExpression, |
Format the specified string using the specified arguments. |
![]() ![]() |
TValueOrError< FString, FExpressionError > | FormatStrict
(
const TCHAR* InExpression, |
Format the specified string using the specified arguments. |