Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGContext
Description
Get the context setup for this thread, can be null. It is set within an element execution, but it is the responsibility of the implementer to set this context (with FPCGContextScope) when starting new async tasks.
| Name | GetContextForThread |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGContext.h |
| Include Path | #include "PCGContext.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGContext.cpp |
static FPCGContext * GetContextForThread()