Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FAutomationEvent Struct Reference

#include <AutomationEvent.h>

+ Collaboration diagram for FAutomationEvent:

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
 

Detailed Description

Definition at line 16 of file AutomationEvent.h.

Constructor & Destructor Documentation

◆ FAutomationEvent() [1/2]

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

Definition at line 19 of file AutomationEvent.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FAutomationEvent() [2/2]

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

Definition at line 26 of file AutomationEvent.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Artifact

FGuid FAutomationEvent::Artifact

Definition at line 38 of file AutomationEvent.h.

◆ Context

FString FAutomationEvent::Context

Definition at line 37 of file AutomationEvent.h.

◆ Message

FString FAutomationEvent::Message

Definition at line 36 of file AutomationEvent.h.

◆ Type

EAutomationEventType FAutomationEvent::Type

Definition at line 35 of file AutomationEvent.h.


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