Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGPinReference
Overloads
| 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 |
FPCGPinReference(FName)
Description
Reference a pin by label only, used for referencing node pins.
| Name | FPCGPinReference |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeCommon.h |
| Include Path | #include "Compute/PCGComputeCommon.h" |
FPCGPinReference
(
FName InLabel
)
FPCGPinReference(UPCGComputeKernel *, FName)
Description
Reference a pin by kernel and label.
| Name | FPCGPinReference |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeCommon.h |
| Include Path | #include "Compute/PCGComputeCommon.h" |
FPCGPinReference
(
UPCGComputeKernel * InKernel,
FName InLabel
)