Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FAutomationTestFramework
Inheritance Hierarchy
- FOutputDevice
- FAutomationTestFramework::FAutomationTestOutputDevice
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
Syntax
class FAutomationTestOutputDevice : public FOutputDevice
Remarks
Special output device used during automation testing to gather messages that happen during tests
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | FOutputDevice interface | |
![]() ![]() |
void | Serialize
(
const TCHAR* V, |
FOutputDevice interface |
![]() |
void | SetCurrentAutomationTest
(
FAutomationTestBase* InAutomationTest |
Set the automation test associated with the output device. |