Navigation
API > API/Plugins > API/Plugins/PCG
Represents a parameter that can be overridden on a kernel.
| Name | FPCGKernelOverridableParam |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeKernel.h |
| Include Path | #include "Compute/PCGComputeKernel.h" |
Syntax
USTRUCT ()
struct FPCGKernelOverridableParam
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPropertyOverriddenByPin | bool | True if this param is actually overidden by a pin. | Compute/PCGComputeKernel.h | |
| bRequiresGPUReadback | bool | Compute/PCGComputeKernel.h | ||
| Label | FName | Compute/PCGComputeKernel.h | ||
| PropertiesNames | TArray< FName > | Compute/PCGComputeKernel.h |