Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'World Partition Streaming Query Source' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | World Partition Streaming Query Source |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Location | Location to query. (not used if bSpatialQuery is false) |
| real | Radius | Radius to query. (not used if bSpatialQuery is false) |
| boolean | Use Grid Loading Range | If True, Instead of providing a query radius, query can be bound to loading range radius. |
| name | Data Layers | Optional list of data layers to specialize the query. If empty only non data layer cells will be returned by the query. |
| boolean | Data Layers Only | If True, Only cells that are in a data layer found in DataLayers property will be returned by the query. |
| boolean | Spatial Query | If False, Location/Radius will not be used to find the cells. Only AlwaysLoaded cells will be returned by the query. |