Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPipe_1
Description
Checks if pipe's task is being executed by the current thread. Allows to check if accessing a resource protected by a pipe is thread-safe
| Name | IsInContext |
| 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 |
bool IsInContext() const