Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > FGameProjectHelper
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/GameProjectHelper.h |
Include | #include "GameProjectHelper.h" |
static TArray< FString > GetExplicitBuildTargetsForProject
&40;
const FString & InProjectFilePath,
const TSet< EBuildTargetType > &42; InFilterTargetTypes
&41;
Remarks
Returns the list of build targets that must be explicitly specified for the given project.
Parameters
Name | Description |
---|---|
InProjectFilePath | the project to use |
InFilterTargetTypes | if specified, the returned list will be restricted to the given target types. |