Navigation
API > API/Developer > API/Developer/AutomationController
Emit test results in the format Gauntlet's AutomationLogParser expects. Shares the file-scoped format #defines with ReportAutomationResult in AutomationControllerManager.cpp. Both call sites use the same defines but are not yet consolidated into a single code path.
TODO: Refactor ReportAutomationResult to call these functions, making them the single entry point for Gauntlet protocol emission.
| Name | FAutomationResultEmitter |
| Type | struct |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerModule.h |
| Include Path | #include "IAutomationControllerModule.h" |
Syntax
struct FAutomationResultEmitter
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void EmitBeginEvents
(
const FString& Path |
IAutomationControllerModule.h | ||
static void EmitEndEvents
(
const FString& Path |
IAutomationControllerModule.h | ||
static void EmitEntry
(
const FAutomationExecutionEntry& Entry |
IAutomationControllerModule.h | ||
| IAutomationControllerModule.h | |||
| IAutomationControllerModule.h |