FStringFormatter

A string formatter is responsible for formatting string patterns using a set of named, or ordered arguments

Windows
MacOS
Linux

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

Name Description

Public function

FStringFormatter()

Functions

Name Description

Public function Const

FString

 

Format

(
    const TCHAR* InExpression,
    const TMap< FString, FStringFormatA...
)

Format the specified string using the specified arguments.

Public function Const

FString

 

Format

(
    const TCHAR* InExpression,
    const TArray< FStringFormatArg >& ...
)

Format the specified string using the specified arguments.

Public function Const

TValueOrErro...

 

FormatStrict

(
    const TCHAR* InExpression,
    const TMap< FString, FStringFormatA...
)

Format the specified string using the specified arguments.

Public function Const

TValueOrErro...

 

FormatStrict

(
    const TCHAR* InExpression,
    const TArray< FStringFormatArg >& ...
)

Format the specified string using the specified arguments.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss