Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSpatialData
Description
Optionally return a list of scheduled tasks that will prepare the data for spatial queries. Calling task can then wait on those tasks to finish before progressing further.
Derived Overrides
| Name | PrepareForSpatialQuery |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGSpatialData.h |
| Include Path | #include "Data/PCGSpatialData.h" |
virtual TArray < FPCGTaskId > PrepareForSpatialQuery
(
FPCGContext * InContext,
const FBox & InBounds
) const