Navigation
API > API/Plugins > API/Plugins/PCG
A connection for wiring kernels within a node.
| Name | FPCGKernelEdge |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeCommon.h |
| Include Path | #include "Compute/PCGComputeCommon.h" |
Syntax
struct FPCGKernelEdge
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGKernelEdge
(
const FPCGPinReference& InUpstreamPin, |
Compute/PCGComputeCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DownstreamPin | FPCGPinReference | Compute/PCGComputeCommon.h | ||
| UpstreamPin | FPCGPinReference | Compute/PCGComputeCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGComputeKernel * GetDownstreamKernel() |
Compute/PCGComputeCommon.h | ||
UPCGComputeKernel * GetUpstreamKernel() |
Compute/PCGComputeCommon.h | ||
bool IsConnectedToNodeInput() |
Compute/PCGComputeCommon.h | ||
bool IsConnectedToNodeOutput() |
Compute/PCGComputeCommon.h |