Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTargetInfo GetBuildTargetInfo
(
const ILauncherProfileRef& Profile |
Model/ProjectLauncherModel.h | ||
static FTargetInfo GetBuildTargetInfo
(
const FString& BuildTargetName, |
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 |
static FTargetInfo GetBuildTargetInfo
(
const ILauncherProfileRef & Profile
)
GetBuildTargetInfo(const FString &, const FString &)
| 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 |
static FTargetInfo GetBuildTargetInfo
(
const FString & BuildTargetName,
const FString & ProjectPath
)