Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGExportableDataProvider
Description
Called prior to GetRenderProxy and execution. Any processing of data descriptions should be done here (after PerformPreExecuteReadbacks has been called).
Virtual Inheritance
- UPCGComputeDataProvider::PrepareForExecute_GameThread → UPCGExportableDataProvider::PrepareForExecute_GameThread
| Name | PrepareForExecute_GameThread |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/DataInterfaces/PCGComputeDataInterface.h |
| Include Path | #include "Compute/DataInterfaces/PCGComputeDataInterface.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/DataInterfaces/PCGComputeDataInterface.cpp |
virtual bool PrepareForExecute_GameThread
(
UPCGDataBinding * InBinding
)