FAutomationTestFramework::FAutomationTestMessageFilter::SetCurrentAutomationTest

Set the automation test associated with the feedback context.

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 feedback context. The automation test is what will be used to determine if a given warning or error is expected and thus should not be treated as a warning or error by the destination context.

Parameters

Parameter

Description

InAutomationTest

Automation test to associate with the feedback context.

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