Navigation
Unreal Engine C++ API Reference > Developer > AutomationController
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
Include | #include "IAutomationReport.h" |
Syntax
struct FAutomationArtifact
Variables
Type | Name | Description |
---|---|---|
TMap< EComparis... | Files | |
FGuid | Id | |
TMap< EComparis... | LocalFiles | Local Files are the files generated during a testing run, once exported, the individual file paths should be stored in the Files map. |
FString | Name | |
EAutomationArti... | Type |
Constructors
Type | Name | Description |
---|---|---|
FAutomationArtifact () | ||
FAutomationArtifact ( FGuid InUniqueId, const FString& InName, EAutomationArtifactType InType, const TMap< EComparisonFileTypes, F... ) |