Assigning a new Collision Channel to an already fractured Destructible will cause a crash

UE - Simulation - Physics - Destruction - Sep 6, 2016

The editor will crash when assigning a new collision channel to an already fractured destructible mesh. Tested in: 4.13 CL-3106830 4.14 Dev-Main CL-3109838 ...

Destructible components will not respond to OnHit events when impact damage is disabled

UE - Simulation - Physics - Destruction - Aug 31, 2016

Destructibles without impact damage will not trigger onhit events, regardless of their "Simulation Generates Hit Events" flag status, this is because we ignore that flag in CreatePhysicsState and on ...

Crash when spawning destructible objects in 2 player PIE

UE - Simulation - Physics - Destruction - Aug 31, 2016

Crash Reporter link: [Link Removed] With Source Context: [Link Removed] ...

Destructible doesn't return Impulse data on hit

UE - Simulation - Physics - Destruction - Aug 19, 2016

Destructible doesn't return Impulse data on hit User Description: I'm working on a project with destructible structures. I'd like to apply damage to actors that are hit by fractured destructible m ...

Shadow Physics Assets drop-down is visible in the Destructible Mesh Editor

UE - Simulation - Physics - Destruction - Aug 10, 2016

The option to assign a Shadow Physics Asset is located in the Destructibles Details panel even though they are only supported for Skeletal Meshes currently. This assigned shadow physics asset cannot ...

Destructible component doesn't register hit event with Landscapes

UE - Simulation - Physics - Destruction - Aug 9, 2016

Destructible component doesn't register hit event with Landscapes. The only way to get the Destructible to register the event is to enable Impact Damage on the Destructible mesh. User Description: ...

Destructible attached with a Physics Constraint have inconsistent physics

UE - Simulation - Physics - Destruction - Jul 26, 2016

Destructible attached with a Physics Constraint have inconsistent physics compared to a standard Static Mesh. This is also sometimes prevalent with Destructibles that aren't attached with a Physics ...

Destructible attached with a Physics Constraint ignores Start Awake on play

UE - Simulation - Physics - Destruction - Jul 26, 2016

Destructible attached with a Physics Constraint ignores Start Awake on play The Destructible component is set to simulate physics, but on play physics is not simulated unless the destructible is to ...

Destructible Mesh component doesn't show in bp viewport until the bp is reopened

UE - Simulation - Physics - Destruction - Jun 10, 2016

Destructible Mesh component doesn't show in bp viewport until the bp is reopened User Description: Mesh dont appears in viewport after add DestructibleComponent and set "Destructible Mesh". After ...

UDestructibleComponent::ApplyDamage doesn't affect root chunk if the mesh doesn't fracture.

UE - Simulation - Physics - Destruction - May 6, 2016

ApplyDamage calls through to applyDamage on the apex actor, which takes the impulse and applies it to any fractured chunks. If however not enough damage is done to the component to fracture it, no i ...