Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskBase_1
Description
A piped task is executed after the previous task from this pipe is completed. Tasks from the same pipe are not executed concurrently (so don't require synchronization), but not necessarily on the same thread. @See FPipe
| Name | SetPipe |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include Path | #include "Tasks/TaskPrivate.h" |
void SetPipe
(
FPipe & InPipe
)