Navigation
API > API/Developer > API/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< EComparisonFileTypes, FString > | Files | ||
| FGuid | Id | ||
| TMap< EComparisonFileTypes, 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. | |
| FString | Name | ||
| EAutomationArtifactType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutomationArtifact
(
FGuid InUniqueId, |