Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestExecutionInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 RemoveAllEvents
(
EAutomationEventType EventType |
Misc/AutomationTest.h | ||
int32 RemoveAllEvents
(
TFunctionRef< bool(FAutomationEvent&)> FilterPredicate |
Misc/AutomationTest.h |
RemoveAllEvents(EAutomationEventType)
| Name | RemoveAllEvents |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
int32 RemoveAllEvents
(
EAutomationEventType EventType
)
RemoveAllEvents(TFunctionRef< bool(FAutomationEvent &)>)
| Name | RemoveAllEvents |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
int32 RemoveAllEvents
(
TFunctionRef < bool &)> FilterPredicate
)