Voxel Graph Outputs
Last updated
Last updated
You can easily add custom outputs to a voxel graph! They are used for voxel spawners, custom BP queries...
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!
You can use the Get Float Output and Get Int Output functions.