FText::Join

Join an arbitrary list of formattable items together, separated by the given delimiter

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/Text.h"

Syntax

template<typename... ArgTypes>
static FText Join
(
    const FText & Delimiter,
    ArgTypes... Args
)

Remarks

Join an arbitrary list of formattable items together, separated by the given delimiter

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

A variadic list of 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