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.

Open it, and add some custom outputs.

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.

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

Accessing custom outputs from blueprints

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

Last updated