Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPipe_1
Description
Pipe holds a "weak" reference to a task. the task must be cleared from the pipe when its execution finished before its completion, otherwise the next piped task can try to add itself as a subsequent to an already destroyed task.
| Name | ClearTask |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/Pipe.h |
| Include Path | #include "Tasks/Pipe.h" |
| Source | /Engine/Source/Runtime/Core/Private/Tasks/Pipe.cpp |
void ClearTask
(
Private::FTaskBase & Task
)