IAutomationWindowModule::CreateAutomationWindow

Creates a Automation Window widget.

Unreal Engine C++ API Reference > Developer > AutomationWindow > IAutomationWindowModule

References

   
Module AutomationWindow
Header /Engine/Source/Developer/AutomationWindow/Public/IAutomationWindowModule.h
Include #include "IAutomationWindowModule.h"
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateAutomationWindow
(
    const [IAutomationControllerManagerRef](API\Developer\AutomationController\IAutomationControllerManagerRef) & AutomationController,
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISessionManager](API\Runtime\SessionServices\ISessionManager) > & SessionManager
)

Remarks

Creates a Automation Window widget. New Automation Test window widget

Parameters

Name Description
AutomationController The automation controller to use.
SessionManager The session manager to use.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library