Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGDataBinding
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const FPCGDataCollectionDesc > GetCachedKernelPinDataDesc
(
int32 InGraphBindingIndex |
Compute/PCGDataBinding.h | ||
TSharedPtr< const FPCGDataCollectionDesc > GetCachedKernelPinDataDesc
(
const UPCGComputeKernel* InKernel, |
Get description of data produced by a pin. | Compute/PCGDataBinding.h |
GetCachedKernelPinDataDesc(int32)
| Name | GetCachedKernelPinDataDesc |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataBinding.h |
| Include Path | #include "Compute/PCGDataBinding.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/PCGDataBinding.cpp |
TSharedPtr < const FPCGDataCollectionDesc > GetCachedKernelPinDataDesc
(
int32 InGraphBindingIndex
) const
GetCachedKernelPinDataDesc(const UPCGComputeKernel *, FName, bool)
Description
Get description of data produced by a pin.
| Name | GetCachedKernelPinDataDesc |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataBinding.h |
| Include Path | #include "Compute/PCGDataBinding.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/PCGDataBinding.cpp |
TSharedPtr < const FPCGDataCollectionDesc > GetCachedKernelPinDataDesc
(
const UPCGComputeKernel * InKernel,
FName InPinLabel,
bool bIsInput
) const