Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestFramework > API/Runtime/Core/FAutomationTestFramework/FAutomationTestOutputDevice
Description
Set the automation test associated with the output device. The automation test is where all warnings, errors, etc. will be routed to.
| Name | SetCurrentAutomationTest |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
void SetCurrentAutomationTest
(
FAutomationTestBase * InAutomationTest
)
Parameters
| Name | Remarks |
|---|---|
| InAutomationTest | Automation test to associate with the output device. |