Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FAutomationTestFramework
Inheritance Hierarchy
- FOutputDevice
- FFeedbackContext
- FAutomationTestFramework::FAutomationTestMessageFilter
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
Syntax
class FAutomationTestMessageFilter : public FFeedbackContext
Remarks
Special feedback context used during automated testing to filter 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 | Serialize
(
const TCHAR* V, |
|
![]() ![]() |
void | SerializeRecord
(
const UE::FLogRecord& Record |
|
![]() |
void | SetCurrentAutomationTest
(
FAutomationTestBase* InAutomationTest |
Set the automation test associated with the feedback context. |
![]() |
void | SetDestinationContext
(
FFeedbackContext* InDestinationContext |
Set the destination associated with the feedback context. |