FText::Join

Join an arbitrary list of formattable values together, separated by the given delimiter @note Internally this uses [FText::Format](API\Runtime\Core\Internationalization\FText\Format\1) with a generated culture invariant format pattern

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Text.h

Include

#include "Internationalization/Text.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp

Syntax

static FText Join
(
    const FText & Delimiter,
    const TArray< FText > & Args
)

Remarks

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

Returns

The joined FText

Parameters

Parameter

Description

Delimiter

The delimiter to insert between the items

Args

An array of formattable values to join together

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