![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TaskGraphInterfaces.h>
Public Member Functions | |
| FTriggerEventGraphTask (FEvent *InEvent, ENamedThreads::Type InDesiredThread=ENamedThreads::AnyHiPriThreadHiPriTask) | |
| UE_FORCEINLINE_HINT TStatId | GetStatId () const |
| ENamedThreads::Type | GetDesiredThread () |
| void | DoTask (ENamedThreads::Type CurrentThread, const FGraphEventRef &MyCompletionGraphEvent) |
Static Public Member Functions | |
| static ESubsequentsMode::Type | GetSubsequentsMode () |
FTriggerEventGraphTask is a task that triggers an event
|
inline |
Constructor
| InScopedEvent; | Scoped event to fire |
|
inline |
|
inline |
|
inline |
|
inlinestatic |