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.

Pages
- Installation
- Quickstart
- Scanning
- Plan and Build
- Smart Auto
- Build History and Restore
- Benchmark
- Volumes
- Configuration Reference
- Troubleshooting
- Known Limitations
- Changelog
Main features
- Finds repeated
AStaticMeshActorsources andUStaticMeshComponentsources inside Blueprint actors. - Groups sources by mesh and compatible component settings.
- Builds generated
UInstancedStaticMeshComponentorUHierarchicalInstancedStaticMeshComponentcontent. - 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.
Recommended first step
Start with Installation, then continue to Quickstart.
For production work, use Smart Auto with Hide originals after build before using any deletion workflow.