FAutomationTestFramework::FAutomationTestOutputDevice::SetCurrentAutomationTest

Set the automation test associated with the output device.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h

Include

#include "Misc/AutomationTest.h"

Syntax

void SetCurrentAutomationTest
(
    class FAutomationTestBase * InAutomationTest
)

Remarks

Set the automation test associated with the output device. The automation test is where all warnings, errors, etc. will be routed to.

Parameters

Parameter

Description

InAutomationTest

Automation test to associate with the output device.

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