Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include |
#include "Internationalization/Text.h" |
Source |
/Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
Join an arbitrary list of formattable values together, separated by the given delimiter @note Internally this uses FText::Format with a generated culture invariant format pattern
The joined FText
Parameter |
Description |
---|---|
Delimiter |
The delimiter to insert between the items |
Args |
An array of formattable values to join together |