Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FStringFormatter > Format
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/StringFormatter.h |
Include | #include "Misc/StringFormatter.h" |
FString Format
&40;
const TCHAR &42; InExpression,
const TArray< FStringFormatArg > & InArgs
&41; const
Remarks
Format the specified string using the specified arguments. Replaces instances of {0} with indices from the given array matching the index specified in the token A string containing the formatted text
Parameters
Name | Description |
---|---|
InExpression | A string representing the format expression |
InArgs | An array of ordered arguments that match the tokens specified in InExpression |