Navigation
API > API/Plugins > API/Plugins/PCG
Interface for marshalling settings/params to the GPU.
| Name | UPCGKernelParamsDataInterface |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/DataInterfaces/PCGComputeDataInterface.h |
| Include Path | #include "Compute/DataInterfaces/PCGComputeDataInterface.h" |
Syntax
UCLASS (MinimalAPI, Abstract, ClassGroup=(Procedural))
class UPCGKernelParamsDataInterface : public UPCGComputeDataInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComputeDataInterface → UPCGComputeDataInterface → UPCGKernelParamsDataInterface
Functions
Public
Overridden from UComputeDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Compute/DataInterfaces/PCGComputeDataInterface.h | |||
virtual void GetSupportedInputs
(
TArray< FShaderFunctionDefinition >& OutFunctions |
Compute/DataInterfaces/PCGComputeDataInterface.h |