Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FProjectSettings GetProjectSettings
(
const FString& ProjectPath, |
Retrieve project settings from a project path or profile | Model/ProjectLauncherModel.h | |
const FProjectSettings GetProjectSettings
(
const ILauncherProfileRef& Profile, |
Model/ProjectLauncherModel.h |
GetProjectSettings(const FString &, bool)
Description
Retrieve project settings from a project path or profile
| Name | GetProjectSettings |
| 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 |
const FProjectSettings GetProjectSettings
(
const FString & ProjectPath,
bool bWait
)
GetProjectSettings(const ILauncherProfileRef &, bool)
| Name | GetProjectSettings |
| 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 |
const FProjectSettings GetProjectSettings
(
const ILauncherProfileRef & Profile,
bool bWait
)