GameProjectUtils::MakeCommaDelimitedList

Returns a comma delimited string comprised of all the elements in InList.

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h

Include

#include "GameProjectUtils.h"

Source

/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp

Syntax

static FString MakeCommaDelimitedList
(
    const TArray< FString > & InList,
    bool bPlaceQuotesAroundEveryElement
)

Remarks

Returns a comma delimited string comprised of all the elements in InList. If bPlaceQuotesAroundEveryElement, every element is within quotes.

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