Navigation
API > API/Editor > API/Editor/TurnkeySupport > API/Editor/TurnkeySupport/Interfaces
Inheritance Hierarchy
- IModuleInterface
- ITurnkeySupportModule
References
| Module | TurnkeySupport |
| Header | /Engine/Source/Editor/TurnkeySupport/Public/Interfaces/ITurnkeySupportModule.h |
| Include | #include "Interfaces/ITurnkeySupportModule.h" |
Syntax
class ITurnkeySupportModule : public IModuleInterface
Remarks
Interface for turnkey support module
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearDeviceStatus
(
FName PlatformName |
||
| ITurnkeySupportModule & | Get () |
Gets a reference to the search module instance. | |
| FTurnkeySdkInfo | GetSdkInfo
(
FName PlatformName, |
||
| FTurnkeySdkInfo | GetSdkInfoForDeviceId
(
const FString& DeviceId |
||
| void | MakeQuickLaunchItems
(
UToolMenu* Menu, |
Make menu items for Quick Launch, so they can be added to the Play menu | |
| void | MakeTurnkeyMenu
(
FToolMenuSection& MenuSection |
Make a Platforms menu in the given MenuSection | |
| void | RepeatQuickLaunch
(
FString DeviceId |
Runs Turnkey to get the Sdk information for all known platforms | |
| void | Runs Turnkey to get the Sdk information for all known platforms | ||
| void | UpdateSdkInfoForDevices
(
TArray< FString > DeviceIds |
Runs Turnkey to get the Sdk information for a list of devices |