Errors when compiling editor on Mac

UE - Simulation - Physics - Character - Feb 6, 2017

The following error appears multiple times when compiling the editor on Mac:Undefined symbols for architecture x86_64: "NvClothDestroyFactory(nv::cloth::Factory*)", referenced from: FC ...

Crash when Dragging Skeletal Mesh with Apex Clothing into Level

UE - Simulation - Physics - Character - Jan 25, 2017

A crash occurs when you add/drag a skeletal mesh with Apex clothing into the scene. The user reporting the issue managed to find where the crash occurs and added a comment for assistance where to lo ...

Inconsistent behavior with Owen's trench coat

UE - Simulation - Physics - Character - Jan 25, 2017

In the Cloth level in Content Examples, there is some inconsistent behavior with Owen's trench coat. The coat tails appear heavy (they don't trail behind the character's movement), and the straps a ...

Cloth meshes in Content Examples spinning incorrectly.

UE - Simulation - Physics - Character - Jan 25, 2017

In the Cloth level in Content Examples, the cloth meshes at display 1.6 (Self Collision) are spinning and are being lifted into the air. This isn't consistent with the same assets in //UE4/Main. ...

Cloth environment collisions with APEX clothing is not thread safe.

UE - Simulation - Physics - Character - Jan 17, 2017

This looks like a thread safety bug that's been in the clothing system for a very long time. Essentially a skeletal mesh component does a transform update and attempts to update the collisions of a ...

"Clothing" options do not appear after importing an apx made with the 3.4 plugin

UE - Simulation - Physics - Character - Jan 13, 2017

"Clothing" options do not appear after importing an apx made with the 3.4 plugin Regression: Sort of. 4.14 now uses the 3.4 version of PhysX and this only appears to happen with apx files exporte ...

Skeletal Meshes with cloth disappear when at the edge of the viewport

UE - Simulation - Physics - Character - Jan 10, 2017

Skeletal meshes with cloth will disappear at the edge of the viewport. If timed right (hard to repro, you can see it flicker repeatedly. ...

Changing TeleportRotationThreshold or TeleportDistanceThreshold at runtime fails to change teleport settings

UE - Simulation - Physics - Character - Jan 6, 2017

USkeletalMeshComponent::USkeletalMeshComponent() caches off the teleport values for later use and then ignores the exposed values entirely. This should not be the case. We either need to detect chan ...

Suspend Clothing Simulation doesn't work when running from Construction Script

UE - Simulation - Physics - Character - Jan 5, 2017

If the user sets up Suspend Clothing Simulation in the Construction Script of a blueprint, it will not work when playing. It will work if setup in the Event Graph on Begin Play. ...

Odd shadow behavior when the user suspends cloth without pausing animation

UE - Simulation - Physics - Character - Jan 5, 2017

When the user suspends cloth without stopping animation, there will be some odd shadow movements. This doesn't occur if the user stops the animation along with suspending cloth (which is the prefer ...