Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGDataBinding
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FPCGKernelParams * GetCachedKernelParams
(
const UPCGComputeKernel* InKernel |
Look up the cached parameter struct for a kernel. | Compute/PCGDataBinding.h | |
const FPCGKernelParams * GetCachedKernelParams
(
int32 InKernelIndex |
Compute/PCGDataBinding.h |
GetCachedKernelParams(const UPCGComputeKernel *)
Description
Look up the cached parameter struct for a kernel.
| Name | GetCachedKernelParams |
| 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 |
const FPCGKernelParams * GetCachedKernelParams
(
const UPCGComputeKernel * InKernel
) const
GetCachedKernelParams(int32)
| Name | GetCachedKernelParams |
| 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 |
const FPCGKernelParams * GetCachedKernelParams
(
int32 InKernelIndex
) const