Voxel Plugin
1.2 Legacy
1.2 Legacy
  • Getting Started
    • Quick Start
      • Examples
    • World Generation
      • C++ World Generators
      • Voxel Graph Quick Start
      • Floating Islands
  • Core Systems
    • VoxelWorlds
      • Import Content
      • Voxel Data Items
      • Collisions and Navmesh
      • World Size and Level Of Details
      • Save and Load
      • Multiplayer
      • Easy Systems RPG
    • Voxel Graphs
      • Voxel Graph General Concepts
      • Voxel Graphs Tips and Tricks
      • Voxel Graph Nodes Reference
      • Voxel Graph Outputs
      • Voxel Graph Parameters
      • Custom Graph Nodes
    • Voxel Spawners
    • Materials
      • Multi Index Materials
  • Technical Notes
    • Performance and Profiling
    • Console Commands
    • Blueprint API
    • Release Notes
      • Release Notes 1.1
      • Release Notes 1.2
    • UE5.1 - Material Crash
Powered by GitBook
On this page
  • Adding parameters
  • Setting parameters

Was this helpful?

  1. Core Systems
  2. Voxel Graphs

Voxel Graph Parameters

PreviousVoxel Graph OutputsNextCustom Graph Nodes

Last updated 1 year ago

Was this helpful?

Voxel graph parameters can be used to configure a voxel graph at runtime. Note that once the world is generated, they cannot be changed.

Adding parameters

There are several parameters available: bool, float, color, int...

Setting parameters

To set a voxel generator parameter, use Set Generator Parameter: