Navigation
API > API/Plugins > API/Plugins/PCG
A by-label reference to a pin, used for wiring kernels within a node.
| Name | FPCGPinReference |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeCommon.h |
| Include Path | #include "Compute/PCGComputeCommon.h" |
Syntax
struct FPCGPinReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGPinReference
(
FName InLabel |
Reference a pin by label only, used for referencing node pins. | Compute/PCGComputeCommon.h | |
FPCGPinReference
(
UPCGComputeKernel* InKernel, |
Reference a pin by kernel and label. | Compute/PCGComputeCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Kernel | UPCGComputeKernel * | Associated kernel. If null then compiler will look for pin on owning node. | Compute/PCGComputeCommon.h | |
| Label | FName | Pin label. | Compute/PCGComputeCommon.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPCGPinReference& Other |
Compute/PCGComputeCommon.h |