Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationTestFramework > API/Runtime/Core/Misc/FAutomationTestFramework/FAutomationTestMessageFilter
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
void SetCurrentAutomationTest
&40;
FAutomationTestBase &42; InAutomationTest
&41;
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
Name | Description |
---|---|
InAutomationTest | Automation test to associate with the feedback context. |