Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGBaseSubsystem
Description
Subsystem must not be used without this condition being true. @todo_pcg: Hides function in WorldSubsystem bool IsInitialized() const { return GraphExecutor != nullptr; } Called by graph executor when a graph is scheduled.
| Name | OnScheduleGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Subsystems/IPCGBaseSubsystem.h |
| Include Path | #include "Subsystems/IPCGBaseSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Subsystems/IPCGBaseSubsystem.cpp |
void OnScheduleGraph
(
const FPCGStackContext & StackContext
)