Navigation
API > API/Plugins > API/Plugins/PCG
Interface for data that can be exported/downloaded from the GPU to the CPU.
| Name | UPCGExportableDataInterface |
| 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 UPCGExportableDataInterface : public UPCGComputeDataInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComputeDataInterface → UPCGComputeDataInterface → UPCGExportableDataInterface
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRequiresExport | bool | Whether this data is passed to downstream tasks outside of this compute graph. | Compute/DataInterfaces/PCGComputeDataInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetRequiresExport() |
Compute/DataInterfaces/PCGComputeDataInterface.h | ||
void SetRequiresExport
(
bool bInRequiresExport |
Compute/DataInterfaces/PCGComputeDataInterface.h |