Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGKernelPin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Compute/PCGComputeCommon.h | |||
FPCGKernelPin
(
int32 InKernelIndex, |
Compute/PCGComputeCommon.h |
FPCGKernelPin()
| Name | FPCGKernelPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeCommon.h |
| Include Path | #include "Compute/PCGComputeCommon.h" |
FPCGKernelPin()
FPCGKernelPin(int32, FName, bool)
| Name | FPCGKernelPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeCommon.h |
| Include Path | #include "Compute/PCGComputeCommon.h" |
FPCGKernelPin
(
int32 InKernelIndex,
FName InPinLabel,
bool bInIsInput
)