Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBaseGraphTask
Description
Unlocks a task that was returned from ConstructAndHold or CreateGraphEvent, which may execute immediately if prerequisites are already completed. This can only be safely called exactly once and the caller is responsible for tracking that.
| Name | Unlock |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
void Unlock
(
ENamedThreads::Type CurrentThreadIfKnown
)