UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LauncherPlatformMac.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
FLauncherPlatformMac
:
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
private
:
16
bool
IsLauncherInstalled()
const
;
17
bool
GetLauncherInstallerPath(FString&
OutInstallerPath
)
const
;
18
};
19
20
typedef
FLauncherPlatformMac
FLauncherPlatform
;
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
ILauncherPlatform.h
FLauncherPlatform
FLauncherPlatformMac FLauncherPlatform
Definition
LauncherPlatformMac.h:20
FLauncherPlatformMac
Definition
LauncherPlatformMac.h:9
FLauncherPlatformMac::OpenLauncher
virtual bool OpenLauncher(const FOpenLauncherOptions &Options) override
Definition
LauncherPlatformMac.cpp:13
FLauncherPlatformMac::CanOpenLauncher
virtual bool CanOpenLauncher(bool Install) override
Definition
LauncherPlatformMac.cpp:7
FOpenLauncherOptions
Definition
ILauncherPlatform.h:8
ILauncherPlatform
Definition
ILauncherPlatform.h:83
Engine
Source
Runtime
Portal
LauncherPlatform
Private
Mac
LauncherPlatformMac.h
Generated by
1.9.8