Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActiveSyncWorkHandle
Description
Request to reserve work using this handle, which must be filled to complete the frame's tasks. If EveryFrame is passed in, it will reserve work at the start of every frame that must be requested or abandoned.
| Name | ReserveFutureWork |
| 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 ReserveFutureWork
(
ESyncWorkRepetition Repeat
)