Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGBaseSubsystem
Description
Creates an execution source from the params and optionally tracks its lifetime and generation. Note this call is NOT THREADSAFE and as such this should be called only from the game thread.
| Name | CreateExecutionSource |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Subsystems/IPCGBaseSubsystem.h |
| Include Path | #include "Subsystems/IPCGBaseSubsystem.h" |
template<typename SourceType>
static SourceType * CreateExecutionSource
(
const typename SourceType::ParamsType & InParams,
UObject * Outer
)