Navigation
Unreal Engine C++ API Reference > Editor > GameProjectGeneration > GameProjectUtils
References
Module | GameProjectGeneration |
Header | /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h |
Include | #include "GameProjectUtils.h" |
Source | /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp |
static [FString](API\Runtime\Core\Containers\FString) MakeCommaDelimitedList ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InList, bool bPlaceQuotesAroundEveryElement )
Remarks
Returns a comma delimited string comprised of all the elements in InList. If bPlaceQuotesAroundEveryElement, every element is within quotes.