Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationEvent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutomationEvent
(
EAutomationEventType InType, |
Misc/AutomationEvent.h | ||
FAutomationEvent
(
EAutomationEventType InType, |
Misc/AutomationEvent.h |
FAutomationEvent(EAutomationEventType, const FString &)
| Name | FAutomationEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationEvent.h |
| Include Path | #include "Misc/AutomationEvent.h" |
FAutomationEvent
(
EAutomationEventType InType,
const FString & InMessage
)
FAutomationEvent(EAutomationEventType, const FString &, const FString &)
| Name | FAutomationEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationEvent.h |
| Include Path | #include "Misc/AutomationEvent.h" |
FAutomationEvent
(
EAutomationEventType InType,
const FString & InMessage,
const FString & InContext
)