UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LauncherPlatformLinux.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
#include "
ILauncherPlatform.h
"
7
8
class
FLauncherPlatformLinux
:
public
ILauncherPlatform
9
{
10
public
:
11
// ILauncherPlatform Implementation
12
virtual
bool
CanOpenLauncher
(
bool
Install)
override
;
13
virtual
bool
OpenLauncher
(
const
FOpenLauncherOptions
& Options)
override
;
14
};
15
16
typedef
FLauncherPlatformLinux
FLauncherPlatform
;
CoreMinimal.h
ILauncherPlatform.h
FLauncherPlatform
FLauncherPlatformLinux FLauncherPlatform
Definition
LauncherPlatformLinux.h:16
FLauncherPlatformLinux
Definition
LauncherPlatformLinux.h:9
FLauncherPlatformLinux::OpenLauncher
virtual bool OpenLauncher(const FOpenLauncherOptions &Options) override
Definition
LauncherPlatformLinux.cpp:11
FLauncherPlatformLinux::CanOpenLauncher
virtual bool CanOpenLauncher(bool Install) override
Definition
LauncherPlatformLinux.cpp:5
FOpenLauncherOptions
Definition
ILauncherPlatform.h:8
ILauncherPlatform
Definition
ILauncherPlatform.h:83
Engine
Source
Runtime
Portal
LauncherPlatform
Private
Linux
LauncherPlatformLinux.h
Generated by
1.9.8