Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- FPCGContext
- FPCGSubgraphContext
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
Syntax
struct FPCGSubgraphContext : public FPCGContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bScheduledSubgraph | ||
| FInstancedStruct | GraphInstanceParametersOverride | ||
| TArray< FPCGTaskId > | SubgraphTaskIds |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | If we have a subgraph override, update the underlying duplicated parameters with the overrides from the subgraph. |
Overridden from FPCGContext
| Type | Name | Description | |
|---|---|---|---|
| void * | GetUnsafeExternalContainerForOverridableParam
(
const FPCGSettingsOverridableParam& InParam |