IAutomationWindowModule::CreateAutomationWindow

Creates a Automation Window widget.

Windows
MacOS
Linux

References

Module

AutomationWindow

Header

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

Include

#include "IAutomationWindowModule.h"

Syntax

TSharedRef< class SWidget > CreateAutomationWindow
(
    const IAutomationControllerManagerRef & AutomationController,
    const TSharedRef< ISessionManager > & SessionManager
)

Remarks

Creates a Automation Window widget.

Returns

New Automation Test window widget

Parameters

Parameter

Description

AutomationController

The automation controller to use.

SessionManager

The session manager to use.

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