Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTaskSyncManager
Description
Tries to creates a new sync work handle that can be used to reserve or request work to happen as part of a sync point. If it was successful, OutWorkHandle will be set to a handle you can pass between threads and later fulfill or abandon.
| Name | RegisterWorkHandle |
| 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 RegisterWorkHandle
(
FSyncPointId SyncPoint,
FActiveSyncWorkHandle & OutWorkHandle
)