Skip to content

Voxel Graph Outputs

You can easily add custom outputs to a voxel graph! They are used for voxel spawners, custom BP queries...

Quick start

Create a new Voxel Graph Outputs Config asset by right-clicking in the content browser.

Image

Open it, and add some custom outputs.

Image

Open a voxel graph where you want to add those outputs. Click the graph background. In the detail panel (on the left), set the Outputs property to the asset your created earlier.

Image

You now have access to the custom outputs in that graph: try adding a new node named **Set **YourCustomOutputName!

Image

Accessing custom outputs from blueprints

You can use the Get Float Output and Get Int Output functions.

Image