Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGDataBinding
Description
If there is a GPU proxy at the given index of the input data collection, triggers a readback and replaces the data item with CPU data if readback succeeds. Returns false while readback is in progress.
| Name | ReadbackInputDataToCPU |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataBinding.h |
| Include Path | #include "Compute/PCGDataBinding.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/PCGDataBinding.cpp |
bool ReadbackInputDataToCPU
(
int32 InInputDataIndex
)