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

#include <AutomationEvent.h>

+ Collaboration diagram for FAutomationExecutionEntry:

Public Member Functions

 FAutomationExecutionEntry (FAutomationEvent InEvent)
 
 FAutomationExecutionEntry (FAutomationEvent InEvent, FString InFilename, int32 InLineNumber)
 
FString ToString () const
 

Public Attributes

FAutomationEvent Event
 
FString Filename
 
int32 LineNumber
 
FDateTime Timestamp
 

Detailed Description

Definition at line 41 of file AutomationEvent.h.

Constructor & Destructor Documentation

◆ FAutomationExecutionEntry() [1/2]

FAutomationExecutionEntry::FAutomationExecutionEntry ( FAutomationEvent InEvent)
inline

Definition at line 48 of file AutomationEvent.h.

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

◆ FAutomationExecutionEntry() [2/2]

FAutomationExecutionEntry::FAutomationExecutionEntry ( FAutomationEvent InEvent,
FString InFilename,
int32 InLineNumber )
inline

Definition at line 56 of file AutomationEvent.h.

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

Member Function Documentation

◆ ToString()

FString FAutomationExecutionEntry::ToString ( ) const

Member Data Documentation

◆ Event

FAutomationEvent FAutomationExecutionEntry::Event

Definition at line 43 of file AutomationEvent.h.

◆ Filename

FString FAutomationExecutionEntry::Filename

Definition at line 44 of file AutomationEvent.h.

◆ LineNumber

int32 FAutomationExecutionEntry::LineNumber

Definition at line 45 of file AutomationEvent.h.

◆ Timestamp

FDateTime FAutomationExecutionEntry::Timestamp

Definition at line 46 of file AutomationEvent.h.


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