Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActiveSyncWorkHandle
Description
Requests that a tick function be executed by the sync point, this fills any reservations and may trigger tasks. If EveryFrame is passed in, it will request the same function every frame until it is abandoned.
| Name | RequestWork |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TaskSyncManager.h |
| Include Path | #include "TaskSyncManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TaskSyncManager.cpp |
bool RequestWork
(
FTickFunction * FunctionToExecute,
ESyncWorkRepetition Repeat
)