Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTaskSyncManager
Description
Attempts to return the current frame's task graph event for this sync point, to pass as a dependency to other tasks. This will fail if the task has not yet been created this frame or it has finished executing.
| Name | GetTaskGraphEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TaskSyncManager.h |
| Include Path | #include "TaskSyncManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TaskSyncManager.cpp |
FTaskSyncResult GetTaskGraphEvent
(
FSyncPointId SyncPoint,
FGraphEventRef & OutEventRef
)