Ark Server API (ASA) - Wiki
|
#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 |
Definition at line 16 of file AutomationEvent.h.
|
inline |
Definition at line 19 of file AutomationEvent.h.
|
inline |
Definition at line 26 of file AutomationEvent.h.
FGuid FAutomationEvent::Artifact |
Definition at line 38 of file AutomationEvent.h.
FString FAutomationEvent::Context |
Definition at line 37 of file AutomationEvent.h.
FString FAutomationEvent::Message |
Definition at line 36 of file AutomationEvent.h.
EAutomationEventType FAutomationEvent::Type |
Definition at line 35 of file AutomationEvent.h.