FAutomationTestResults

A struct to maintain a collection of data which was reported as part of an automation test result.

Windows
MacOS
Linux

References

Module

AutomationController

Header

/Engine/Source/Developer/AutomationController/Public/IAutomationReport.h

Include

#include "IAutomationReport.h"

Syntax

struct FAutomationTestResults

Remarks

A struct to maintain a collection of data which was reported as part of an automation test result.

Variables

Name Description

Public variable

TArray< FAutoma...

 

Artifacts

Artifacts generated during the run of the test.

Public variable

float

 

Duration

The time this test took to complete

Public variable

FString

 

GameInstance

The name of the instance which reported these results

Public variable

EAutomationStat...

 

State

The current state of this test

Constructors

Name Description

Public function

FAutomationTestResults()

Default Constructor

Functions

Name Description

Public function

void

 

AddEvent

(
    const FAutomationExecutionEntry& E...
)

Public function Const

const TArray...

 

GetEntries()

Public function Const

int32

 

GetErrorTotal()

Public function Const

int32

 

GetLogTotal()

Public function Const

int32

 

GetWarningTotal()

Public function

void

 

Reset()

Public function

void

 

SetEvents

(
    const TArray< FAutomationExecutionE...,
    int32 InWarningTotal,
    int32 InErrorTotal
)

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