Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- IPCGElement
- FPCGInputForwardingElement
- FPCGLoopInputForwardingElement
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
Syntax
class FPCGInputForwardingElement : public IPCGElement
Remarks
Implementation note: this node forwards data, but does not keep that data alive. This is the responsibility of the corresponding FPCGSubgraphContext.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGDataCollection | Input |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGInputForwardingElement
(
const FPCGDataCollection& InputToForward |
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| bool | ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | |
| bool | IsCacheable
(
const UPCGSettings* InSettings |
Since this class is stateful because it owns a FPCGDataCollection it can't be cached unless it implements a proper GetDependenciesCrc. | |
| bool | IsPassthrough
(
const UPCGSettings* InSettings |
Used to specify that the element passes through the data without any manipulation - used to correct target pins, etc. |