Navigation
API > API/Developer > API/Developer/TurnkeyIO
Interface for Turnkey IO module, used for when Turnkey requires user input
| Name | ITurnkeyIOModule |
| Type | class |
| Header File | /Engine/Source/Developer/TurnkeyIO/Public/ITurnkeyIOModule.h |
| Include Path | #include "ITurnkeyIOModule.h" |
Syntax
class ITurnkeyIOModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetUATParams() |
Returns the command line arguments for passing to UAT | ITurnkeyIOModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ITurnkeyIOModule & Get() |
Returns a reference to the Turnkey IO module instance | ITurnkeyIOModule.h |