FAutomationTestOutputDevice

Special output device used during automation testing to gather messages that happen during tests

Windows
MacOS
Linux

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

Destructors

Functions

Name Description

Public function Virtual

void

 

Serialize

(
    const TCHAR* V,
    ELogVerbosity::Type Verbosity,
    const FName& Category
)

FOutputDevice interface

Public function

void

 

SetCurrentAutomationTest

(
    FAutomationTestBase* InAutomat...
)

Set the automation test associated with the output device.

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