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
9{
10public:
11 // ILauncherPlatform Implementation
12 virtual bool CanOpenLauncher(bool Install) override;
13 virtual bool OpenLauncher(const FOpenLauncherOptions& Options) override;
14};
15
FLauncherPlatformLinux FLauncherPlatform
Definition LauncherPlatformLinux.h:16
Definition LauncherPlatformLinux.h:9
virtual bool OpenLauncher(const FOpenLauncherOptions &Options) override
Definition LauncherPlatformLinux.cpp:11
virtual bool CanOpenLauncher(bool Install) override
Definition LauncherPlatformLinux.cpp:5
Definition ILauncherPlatform.h:8
Definition ILauncherPlatform.h:83