Navigation
API > API/Plugins > API/Plugins/PCG
An input or output pin of a kernel. Compute graph does not internally have 'pins' so this is useful for mapping between kernel data and PCG pins.
| Name | FPCGKernelPin |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeCommon.h |
| Include Path | #include "Compute/PCGComputeCommon.h" |
Syntax
USTRUCT ()
struct FPCGKernelPin
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Compute/PCGComputeCommon.h | |||
FPCGKernelPin
(
int32 InKernelIndex, |
Compute/PCGComputeCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInput | bool | Compute/PCGComputeCommon.h | ||
| KernelIndex | int32 | Compute/PCGComputeCommon.h | ||
| PinLabel | FName | Compute/PCGComputeCommon.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPCGKernelPin& Other |
Compute/PCGComputeCommon.h |