Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- IPCGElement
- FPCGSubgraphElement
- FPCGLoopElement
- FPCGSpawnActorElement
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
Syntax
class FPCGSubgraphElement : public IPCGElement
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PrepareSubgraphData
(
const UPCGSubgraphSettings* Settings, |
||
| void | PrepareSubgraphUserParameters
(
const UPCGSubgraphSettings* Settings, |
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| bool | ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | |
| FPCGContext * | Initialize
(
const FPCGDataCollection& InputData, |
Creates a custom context object paired to this element | |
| bool | IsCacheable
(
const UPCGSettings* InSettings |
Returns true if the node can be cached (e.g. does not create artifacts & does not depend on untracked data | |
| bool | IsPassthrough
(
const UPCGSettings* InSettings |
Used to specify that the element passes through the data without any manipulation - used to correct target pins, etc. |