
Description
VoxelTerrain is a complete infinite voxel terrain system for Unreal Engine 5.5 to 5.8** — streaming,
marching-cubes terrain generation, real-time destruction, and biome-driven world building in
one drop-in actor. Place it, pick a preset, press Play.
No manual chunk management, no baking, no fixed world bounds. Terrain streams in around the
player as they move and streams back out behind them, forever — built for open-world survival,
mining, exploration, and sandbox-building games that need a world with no edges.
### World generation that looks intentional, not procedural
Nine built-in presets — Earth-Like, Archipelago, Mountain Range, Flat Plains, Desert World,
Tundra World, Volcanic Islands, Cave World, and Alien World — each one hand-tuned across
hundreds of parameters, not a single noise slider. Apply one in a click, or dial in your own from
scratch: biome zones blend by weight across their borders instead of hard-switching, so you get
foothills and coastlines instead of unclimbable cliffs and floating seams.
Every biome is independently configurable: dune fields with realistic windward/leeward
asymmetry, lakes with irregular hand-authored-looking shorelines instead of perfect circles,
canyon networks that read as connected channels rather than scattered craters, mountain ranges,
oceans with real continental shelves, and cave systems with both ambient underground volume and
deliberately placed, walkable entrances — mouth, tunnel, and terminal chamber, gated by slope so
they read as carved into the landscape.
Save your own configurations. Tune a world exactly how you want it and save it as a reusable
preset alongside the built-in nine — share preset files with your team or between projects.
### Dig it, build it, keep it
Real-time deformation brushes — Add, Subtract, Smooth, Flatten, Stamp, and multi-layer texture
Paint — plus a one-call `DigAtHit` Blueprint function that plugs straight into any weapon or
tool's hit event. Infinite dig depth: the system pre-generates solid rock below the player as
they dig, so there's no floor to hit and no performance cliff from digging too deep.
Every edit persists. World data (dig/build deltas and vegetation) saves and loads automatically,
and player location is tracked separately so returning players resume exactly where they left
off.
### Built for multiplayer from the ground up
Terrain edits are fully replicated — dedicated server, listen server, and client all stay in
sync, with a relay system that correctly routes client-side digs through to server authority. LOD
and undo/redo included.
### Everything else a real project needs
- Runtime Virtual Texture-based material pipeline with automatic landscape layer setup
- Configurable chunk streaming with per-frame generation/meshing budgets and auto-scaling to the
host machine's core count
- Built-in minimap with automatic and custom map markers
- Depth-driven cave darkness and reverb system that reacts to how far underground the player is
- Full C++ source, a Blueprint function library for scripting custom tools, and a complete HTML
user guide covering every setting
### Ideal for
Open-world survival games, mining/crafting sandboxes, exploration games, base-building titles,
and any project where "the player can dig here" needs to actually be true everywhere, not just in
a scripted area.
===VoxelTerrain Plugin need to be Installed for Demo===
VoxelTerrain Demo And Material Builder
Documentation








