UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutomationEvent Struct Reference

#include <AutomationEvent.h>

Public Member Functions

 FAutomationEvent (EAutomationEventType InType, const FString &InMessage)
 
 FAutomationEvent (EAutomationEventType InType, const FString &InMessage, const FString &InContext)
 

Public Attributes

EAutomationEventType Type
 
FString Message
 
FString Context
 
FGuid Artifact
 

Constructor & Destructor Documentation

◆ FAutomationEvent() [1/2]

FAutomationEvent::FAutomationEvent ( EAutomationEventType  InType,
const FString &  InMessage 
)
inline

◆ FAutomationEvent() [2/2]

FAutomationEvent::FAutomationEvent ( EAutomationEventType  InType,
const FString &  InMessage,
const FString &  InContext 
)
inline

Member Data Documentation

◆ Artifact

FGuid FAutomationEvent::Artifact

◆ Context

FString FAutomationEvent::Context

◆ Message

FString FAutomationEvent::Message

◆ Type

EAutomationEventType FAutomationEvent::Type

The documentation for this struct was generated from the following file: