Is it possible to implement chaos destruction without the animation? Basically I’d need to go from the initial object state to the destroyed object state as fast as possible without animating, driven by code (Blueprint or C++).
In other words I think it may boil down to having the solver not running on tick, but isolated into a thread.
Update: looking at the documentation I think there may be a way using Geometry Collection Caching.