Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGContext
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGContext.h |
| Include | #include "PCGContext.h" |
template<class T, typename... Args>
static T * NewObject_AnyThread
(
FPCGContext * Context,
Args &&... InArgs
)
Remarks
Allows creating a new object safely inside the execution of a PCG Element, this object will also get tracked properly by the context.