The solution is actually even simpler, at least it is in UE 5.4. All you need to do is call RecreatePhysicsState() on the GeometryCollectionComponent after setting the RestCollection. You don’t want to call EditRestCollection as this will edit all instances of the collection not just the one you are adding.
1 Like