Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGRawBufferDataProvider
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 → UPCGRawBufferDataProvider::PrepareForExecute_GameThread
| Name | PrepareForExecute_GameThread |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/DataInterfaces/PCGRawBufferDataInterface.h |
| Include Path | #include "Compute/DataInterfaces/PCGRawBufferDataInterface.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/DataInterfaces/PCGRawBufferDataInterface.cpp |
virtual bool PrepareForExecute_GameThread
(
UPCGDataBinding * InBinding
)