Navigation
API > API/Developer > API/Developer/AutomationWindow
Automation Window module
| Name | IAutomationWindowModule |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationWindow/Public/IAutomationWindowModule.h |
| Include Path | #include "IAutomationWindowModule.h" |
Syntax
class IAutomationWindowModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~IAutomationWindowModule() |
Virtual destructor. | IAutomationWindowModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< class SWidget > CreateAutomationWindow
(
const IAutomationControllerManagerRef& AutomationController, |
Creates a Automation Window widget. | IAutomationWindowModule.h | |
TWeakPtr< class SDockTab > GetAutomationWindowTab() |
Store a pointer to the AutomationWindowTab. | IAutomationWindowModule.h | |
FOnAutomationWindowModuleShutdown & OnShutdown() |
Gets a delegate that is invoked when the automation window module shuts down. | IAutomationWindowModule.h | |
void SetAutomationWindowTab
(
TWeakPtr< class SDockTab > AutomationWindowTab |
Store a pointer to the AutomationWindowTab. | IAutomationWindowModule.h |