Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- IPCGElement
- FSimplePCGElement
- FPCGInputForwardingElement
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
Syntax
class FPCGInputForwardingElement : public FSimplePCGElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGDataCollection | Input | ||
| TArray< UPCGData * > | RootedData |
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 | IsPassthrough
(
const UPCGSettings* InSettings |
Used to specify that the element passes through the data without any manipulation - used to correct target pins, etc. |