FAutomationArtifact

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationReport.h"

Syntax

struct FAutomationArtifact

Variables

Name Description

Public variable

TMap< FString, ...

 

Files

Public variable

FGuid

 

Id

Public variable

TMap< FString, ...

 

LocalFiles

Local Files are the files generated during a testing run, once exported, the individual file paths should be stored in the Files map.

Public variable

FString

 

Name

Public variable

EAutomationArti...

 

Type

Constructors

Name Description

Public function

FAutomationArtifact()

Public function

FAutomationArtifact

(
    FGuid InUniqueId,
    const FString& InName,
    EAutomationArtifactType InType,
    const TMap< FString, FString >& In...
)

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