Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationExecutionEntry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutomationExecutionEntry
(
FAutomationEvent InEvent |
Misc/AutomationEvent.h | ||
FAutomationExecutionEntry
(
FAutomationEvent InEvent, |
Misc/AutomationEvent.h |
FAutomationExecutionEntry(FAutomationEvent)
| Name | FAutomationExecutionEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationEvent.h |
| Include Path | #include "Misc/AutomationEvent.h" |
FAutomationExecutionEntry
(
FAutomationEvent InEvent
)
FAutomationExecutionEntry(FAutomationEvent, FString, int32)
| Name | FAutomationExecutionEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationEvent.h |
| Include Path | #include "Misc/AutomationEvent.h" |
FAutomationExecutionEntry
(
FAutomationEvent InEvent,
FString InFilename,
int32 InLineNumber
)