Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/FAutomationArtifact
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IAutomationReport.h | |||
FAutomationArtifact
(
FGuid InUniqueId, |
IAutomationReport.h |
FAutomationArtifact()
| Name | FAutomationArtifact |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include Path | #include "IAutomationReport.h" |
FAutomationArtifact()
FAutomationArtifact(FGuid, const FString &, EAutomationArtifactType, const TMap< FString, FString > &)
| Name | FAutomationArtifact |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include Path | #include "IAutomationReport.h" |
FAutomationArtifact
(
FGuid InUniqueId,
const FString & InName,
EAutomationArtifactType InType,
const TMap < FString, FString > & InLocalFiles
)