Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTargetInfo GetBuildTargetInfo
(
const ILauncherProfileRef& Profile |
Model/ProjectLauncherModel.h | ||
FTargetInfo GetBuildTargetInfo
(
FString BuildTargetName, |
Get build target info for a project path or profile | Model/ProjectLauncherModel.h |
GetBuildTargetInfo(const ILauncherProfileRef &)
| Name | GetBuildTargetInfo |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Model/ProjectLauncherModel.h |
| Include Path | #include "Model/ProjectLauncherModel.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/Model/ProjectLauncherModel.cpp |
FTargetInfo GetBuildTargetInfo
(
const ILauncherProfileRef & Profile
)
GetBuildTargetInfo(FString, const FString &)
Description
Get build target info for a project path or profile
| Name | GetBuildTargetInfo |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Model/ProjectLauncherModel.h |
| Include Path | #include "Model/ProjectLauncherModel.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/Model/ProjectLauncherModel.cpp |
FTargetInfo GetBuildTargetInfo
(
FString BuildTargetName,
const FString & ProjectPath
)