InstanceForge

InstanceForge

InstanceForge is an Unreal Engine editor plugin for converting repeated Static Mesh sources into optimized ISM and HISM instance components.

It is built around a safe workflow: scan first, review the Build Plan, build with recoverable source handling, inspect generated results, then benchmark and restore when needed.

InstanceForge documentation overview

Pages

Main features

  • Finds repeated AStaticMeshActor sources and UStaticMeshComponent sources inside Blueprint actors.
  • Groups sources by mesh and compatible component settings.
  • Builds generated UInstancedStaticMeshComponent or UHierarchicalInstancedStaticMeshComponent content.
  • Uses Smart Auto to choose between Single ISM, Split ISM, and HISM.
  • Stores build history for restore and delete-after-backup workflows.
  • Provides benchmark snapshots for before/after comparison.
  • Supports volume-based scan and restore workflows.

Start with Installation, then continue to Quickstart.

For production work, use Smart Auto with Hide originals after build before using any deletion workflow.