Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGExportableDataProvider |
| 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 UPCGExportableDataProvider : public UPCGComputeDataProvider
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComputeDataProvider → UPCGComputeDataProvider → UPCGExportableDataProvider
Classes
| Name | Remarks |
|---|---|
| FOnDataExported |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Binding | TWeakObjectPtr< UPCGDataBinding > | Compute/DataInterfaces/PCGComputeDataInterface.h | ||
| ExportMode | EPCGExportMode | Compute/DataInterfaces/PCGComputeDataInterface.h | ||
| OnDataExported | FOnDataExported | Compute/DataInterfaces/PCGComputeDataInterface.h | ||
| PinDataDescription | TSharedPtr< const FPCGDataCollectionDesc > | Compute/DataInterfaces/PCGComputeDataInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGDataBinding * GetDataBinding() |
Compute/DataInterfaces/PCGComputeDataInterface.h | ||
EPCGExportMode GetExportMode() |
Compute/DataInterfaces/PCGComputeDataInterface.h | ||
TSharedPtr< const FPCGDataCollectionDesc > GetPinDescription() |
Compute/DataInterfaces/PCGComputeDataInterface.h | ||
bool IsExportRequired() |
Returns true if the generated buffer should be exported to a persistent buffer to be passed to downstream nodes. | Compute/DataInterfaces/PCGComputeDataInterface.h | |
FOnDataExported & OnDataExported_GameThread() |
Compute/DataInterfaces/PCGComputeDataInterface.h |
Overridden from UPCGComputeDataProvider
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool PrepareForExecute_GameThread
(
UPCGDataBinding* InBinding |
Called prior to GetRenderProxy and execution. | Compute/DataInterfaces/PCGComputeDataInterface.h |
Overridden from UComputeDataProvider
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize
(
const UComputeDataInterface* InDataInterface, |
Compute/DataInterfaces/PCGComputeDataInterface.h | ||
virtual void Reset() |
Compute/DataInterfaces/PCGComputeDataInterface.h |