IAutomationDriverModule

Unreal Engine C++ API Reference > Developer > AutomationDriver

Inheritance Hierarchy

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IAutomationDriverModule.h
Include #include "IAutomationDriverModule.h"

Syntax

class IAutomationDriverModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)  

Functions

Type Name Description
TSharedRef< ... CreateAsyncDriver ()  
TSharedRef< ... CreateAsyncDriver ( const TSharedRef< FDriverConfigurat... )  
TSharedRef< ... CreateDriver ()  
TSharedRef< ... CreateDriver ( const TSharedRef< FDriverConfigurat... )  
void Disable () Disables the automation driver.
void Enable () Enables the automation driver.
IAutomationD... Get ()  
bool IsEnabled ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library