Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsHostPlatform
(
const ILauncherProfilePtr& Profile |
Returns true if profile or platform name refers to host platform | Model/ProjectLauncherModel.h | |
static bool IsHostPlatform
(
FName PlatformName |
Model/ProjectLauncherModel.h |
IsHostPlatform(const ILauncherProfilePtr &)
Description
Returns true if profile or platform name refers to host platform
| Name | IsHostPlatform |
| 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 bool IsHostPlatform
(
const ILauncherProfilePtr & Profile
)
IsHostPlatform(FName)
| Name | IsHostPlatform |
| 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 bool IsHostPlatform
(
FName PlatformName
)