Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActiveSyncWorkHandle
Description
Returns a raw pointer to the tick function that implements this handle which can be passed into AddPrerequisite. This is only valid to call on the game thread and should not be cached.
| Name | GetDependencyTickFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TaskSyncManager.h |
| Include Path | #include "TaskSyncManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TaskSyncManager.cpp |
FTickFunction * GetDependencyTickFunction()