This won't always happen, but the call in ImportDestructibleMeshFromApexDestructibleAsset to LODModel.ReleaseResources(); will enqueue render commands to release the resource, but the call after that loop to ImportedResource->LODModels.Empty(1); will run destructors on the objects, which will fail if the renderer hasn't freed the resources yet.
Need to flush rendering commands before emptying the array.
1) Import a destructible mesh from an APEX asset (.apx, .apb)
2) Reimport the mesh
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-40911 in the post.
0 |
Component | UE - Simulation - Physics - Destruction |
---|---|
Affects Versions | 4.13, 4.14, 4.15 |
Target Fix | 4.15 |
Created | Jan 20, 2017 |
---|---|
Resolved | Jan 20, 2017 |
Updated | Apr 27, 2018 |