UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LauncherPlatformModule.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "ILauncherPlatform.h"
7
9
11{
12public:
13 virtual void StartupModule();
14 virtual void ShutdownModule();
15
21
22private:
23 virtual ILauncherPlatform* GetSingleton() const { return LauncherPlatform; }
24
26};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:361
Definition LauncherPlatformModule.h:11
static ILauncherPlatform * Get()
Definition LauncherPlatformModule.h:16
virtual void ShutdownModule()
Definition LauncherPlatformModule.cpp:20
virtual void StartupModule()
Definition LauncherPlatformModule.cpp:15
static CORE_API FModuleManager & Get()
Definition ModuleManager.cpp:199
CORE_API IModuleInterface & LoadModuleChecked(const FName InModuleName)
Definition ModuleManager.cpp:952
Definition ILauncherPlatform.h:83
Definition ModuleInterface.h:14
Definition LauncherPlatform.Build.cs:6