Navigation
API > API/Developer > API/Developer/AutomationDriver
| Name | IAutomationDriverModule |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IAutomationDriverModule.h |
| Include Path | #include "IAutomationDriverModule.h" |
Syntax
class IAutomationDriverModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IAsyncAutomationDriver, ESPMode::ThreadSafe > CreateAsyncDriver () |
IAutomationDriverModule.h | ||
TSharedRef< IAsyncAutomationDriver, ESPMode::ThreadSafe > CreateAsyncDriver
(
const TSharedRef< FDriverConfiguration, ESPMode::ThreadSafe >& Configuration |
IAutomationDriverModule.h | ||
TSharedRef< IAutomationDriver, ESPMode::ThreadSafe > CreateDriver () |
IAutomationDriverModule.h | ||
TSharedRef< IAutomationDriver, ESPMode::ThreadSafe > CreateDriver
(
const TSharedRef< FDriverConfiguration, ESPMode::ThreadSafe >& Configuration |
IAutomationDriverModule.h | ||
void Disable () |
Disables the automation driver. | IAutomationDriverModule.h | |
void Enable () |
Enables the automation driver. | IAutomationDriverModule.h | |
bool IsEnabled() |
IAutomationDriverModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IAutomationDriverModule & Get() |
IAutomationDriverModule.h |