Join

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Static

FText

 

Join

(
    const FText& Delimiter,
    const FFormatOrderedArguments& Arg...
)

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

Public function Static

FText

 

Join

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

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

Public function Static

FText

 

Join

(
    const FText& Delimiter,
    ArgTypes... Args
)

Join an arbitrary list of formattable items together, separated by the given delimiter @note Internally this uses FText::Format with a generated culture invariant format pattern