IAutomationWindowModule

Automation Window module

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IAutomationWindowModule

References

Module

AutomationWindow

Header

/Engine/Source/Developer/AutomationWindow/Public/IAutomationWindowModule.h

Include

#include "IAutomationWindowModule.h"

Syntax

class IAutomationWindowModule : public IModuleInterface

Remarks

Automation Window module

Destructors

Name Description

Protected function

~IAutomationWindowModule()

Virtual destructor.

Functions

Name Description

Public function

TSharedRef< ...

 

CreateAutomationWindow

(
    const IAutomationControllerManagerR...,
    const TSharedRef< ISessionManager >...
)

Creates a Automation Window widget.

Public function

TWeakPtr< cl...

 

GetAutomationWindowTab()

Store a pointer to the AutomationWindowTab.

Public function

FOnAutomatio...

 

OnShutdown()

Gets a delegate that is invoked when the automation window module shuts down.

Public function

void

 

SetAutomationWindowTab

(
    TWeakPtr< class SDockTab > Automati...
)

Store a pointer to the AutomationWindowTab.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss