Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActiveSyncWorkHandle
Description
Abandon any requested or reserved work and return to how it was at initial registration. This clears HasReserved/HasRequested, but does not invalidate the handle. Return true if there was any requested/reserved work to abandon.
| Name | AbandonWork |
| 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 AbandonWork()