![]() |
Ark Server API (ASA) - Wiki
|
#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 |
Definition at line 16 of file AutomationEvent.h.
|
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:
|
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:| 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.