Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPipe_1
Description
Pushes given task into the pipe: adds the task as a subsequent to the last task if any and sets it as the new last task returns the accounted reference to the previous piped task if we managed to register the given task as its subsequent, otherwise nullptr. the reference must be released by the caller when not needed anymore
| Name | PushIntoPipe |
| 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 |
Private::FTaskBase * PushIntoPipe
(
Private::FTaskBase & Task
)