Mineable Rocks

Updated May 25, 2026

The Mineable Rocks system provides two rock-harvesting workflows: stable staged static-mesh rocks and more dramatic Chaos-based rocks.

For shared setup guidance, see the Migration Guide and Integration Guide. Use the System Atlas to look up functions, variables, events, components, and ownership references. Use this page for Mineable Rocks-specific setup and tuning.

Related Videos

Some videos may have been recorded before V4. The same principles still apply, but asset names, component names, and folder locations may differ. Treat the current written documentation and V4 names as the source of truth.

  • Mineable Rocks Walkthrough
    Play

Rock Types

TypeBest ForNotes
Staged RocksPredictable static-mesh harvesting.Select a mesh in the configuration and tune stages. It has fewer visual effects but is stable.
Chaos-Based RocksMore dramatic destructible visuals.Requires more setup and is less predictable because it depends on Chaos behavior.

Both rock types derive from the same parent class, which handles shared respawn logic. A supermaster class spawns the actual staged or Chaos-based rock only when hit by equipment that meets the requirements, keeping heavy rock logic out of the world until it is needed.

Material-Based Rocks

Material-based rocks first validate the damage source. The source must be equipment, and the accepted equipment type must be valid before damage can be applied.

Material based screenshot

The rock’s durability changes based on the damage value from the equipment.

Material based screenshot

After damage is applied, the system checks whether enough damage has been dealt to advance to the next stage. When the final stage is destroyed, the selected ores are spawned.

Material based screenshot

Chaos Rocks

Chaos rocks use the same equipment validation as material-based rocks, but apply damage differently. When hit, the system spawns a Chaos WeaponImpact Blueprint. That sphere destroys the required segment for Chaos rocks.

Chaos screenshot

When the rock breaks, the system destroys the relevant Chaos rock components.

Chaos screenshot

Actor Foliage and PCG

Rocks can be placed with actor foliage, the foliage tool, a procedural foliage volume, or PCG.

01 Mineable Rocks screenshot

For large worlds, PCG is recommended, especially with the advanced Biome generator and Mesh To Actor Swap system.

Add a New Staged Rock

  1. Create a child of the master configuration or duplicate an existing configuration.
  2. Select the static mesh in the class defaults.
  3. Tune the class defaults for the rock’s behavior.
  4. Test the rock in-game.

01 Mineable Rocks screenshot

01 Mineable Rocks screenshot

Add a New Chaos-Based Rock

Chaos rocks are more advanced. Use this path only when you are comfortable configuring Chaos geometry collections.

  1. Create a child of the master configuration or duplicate an existing one.
  2. Set up the class defaults.
  3. Create and assign the geometry collection.
  4. Test and tune the result.

01 Mineable Rocks screenshot

01 Mineable Rocks screenshot

Tune Chaos Breakage

If a Chaos rock breaks too quickly or too slowly, tune the mass requirement and force multiplier.

  1. Open the master Blueprint and enable Print Mass.
  2. Open the child config for the rock being hit.
  3. Check Mass Required To Be Chopped Down.
  4. Hit the destructible object and read the printed mass.
  5. Use the printed value as a starting point and adjust the mass threshold.
  6. Adjust the force multiplier if the rock breaks all at once or does not break at all.

My chaos rock breaks too fast or too slow, what to do? screenshot

01 Mineable Rocks screenshot

My chaos rock breaks too fast or too slow, what to do? screenshot

01 Mineable Rocks screenshot

My chaos rock breaks too fast or too slow, what to do? screenshot