For Destructibles, Hide Bone by Name doesn't disable collision

UE - Simulation - Physics - Destruction - Apr 4, 2016

For Destructibles, Hide Bone by Name doesn't disable collision with PBO Disable and PBO Terminate. This is similar to [Link Removed], but has enough differences to justify a new Jira (Destructibles ...

Editor lock on destructible mesh spawn

UE - Simulation - Physics - Destruction - Mar 1, 2016

Spawning an actor during TG_PrePhysics is added to TG_StartPhysics which leads to the editor locking up when multiple actors are spawned. ...

Destructible does not return Hit Bone Name when using OnComponentHit Event

UE - Simulation - Physics - Destruction - Feb 17, 2016

When using a Destructible Mesh in a bluprint and trying to return the Hit Bone Name will result in "none" being printed. However, using a simply line trace from the individual bone names from a frac ...

SetActorEnableCollision does not affect Destructible meshes

UE - Simulation - Physics - Destruction - Jan 4, 2016

Setting the SetActorEnableCollision blueprint node to false does not disable collision for a destructible mesh. Workaround: Adding a static Mesh component and setting any mesh will cause the collis ...

Add ENGINE_API to DestructibleActor

UE - Simulation - Physics - Destruction - Nov 18, 2015

Investigating Query-Only geometry existing as static world support in NxScenes

UE - Simulation - Physics - Destruction - Nov 9, 2015

Looks like we're either using the wrong scene for world support queries or more likely query geometry is being added as static geometry in the NxScene and being picked up for world supports (this is ...

Issues changing physics properties on destructible meshes

UE - Simulation - Physics - Destruction - Oct 15, 2015

Numerous issues when manipulating destructibles. 1) Changing collision response pre-fracture will not affect chunks post-fracture 2) Changing collisions response pre-fracture will prevent damage f ...

PhysX Crash when spawning Instanced Static Mesh actors at Runtime

UE - Simulation - Physics - Destruction - Oct 13, 2015

Bug generated from crash reporter. This crash has been found in 4.7.6 and still occurs in 4.8.3 and 4.9.2 to users. One user in particular still, and he experiences it often. I have not been able ...

Teleport only affects static mesh of destructible meshes, collision remains at original location

UE - Simulation - Physics - Destruction - Sep 15, 2015

Teleporting a destructible mesh only transports the mesh of the object, the collision remains where it was originally located. Further, if the player runs into the collision, the static mesh will re ...

Partial damage doesn't function correctly after first fracture.

UE - Simulation - Physics - Destruction - Aug 26, 2015

When using partial destruction for destructible meshes only the first fracture functions correctly, afterwards the remaining object will act like a solid body. The linked UDN post has and example p ...