Navigation
API > API/Developer > API/Developer/DesktopPlatform
| Name | FDesktopPlatformModule |
| Type | class |
| Header File | /Engine/Source/Developer/DesktopPlatform/Public/DesktopPlatformModule.h |
| Include Path | #include "DesktopPlatformModule.h" |
Syntax
class FDesktopPlatformModule : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DesktopPlatform | IDesktopPlatform * | DesktopPlatformModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
DesktopPlatformModule.h | ||
virtual void StartupModule() |
DesktopPlatformModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IDesktopPlatform * Get() |
DesktopPlatformModule.h | ||
static IDesktopPlatform * TryGet() |
DesktopPlatformModule.h |