Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestFramework
Special output device used during automation testing to gather messages that happen during tests
| Name | FAutomationTestOutputDevice |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
Syntax
class FAutomationTestOutputDevice : public FOutputDevice
Inheritance Hierarchy
- FOutputDevice → FAutomationTestFramework::FAutomationTestOutputDevice
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutomationTestOutputDevice() |
Misc/AutomationTest.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FAutomationTestOutputDevice() |
Misc/AutomationTest.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurTest | std::atomic< FAutomationTestBase * > | Associated automation test; all warnings, errors, etc. are routed to the automation test to track | Misc/AutomationTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeUsedOnMultipleThreads() |
FOutputDevice interfaceMake it unbuffered by returning true | Misc/AutomationTest.h | |
virtual void Serialize
(
const TCHAR* V, |
FOutputDevice interface | Misc/AutomationTest.h | |
void SetCurrentAutomationTest
(
FAutomationTestBase* InAutomationTest |
Set the automation test associated with the output device. | Misc/AutomationTest.h |