"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 will disappear at the edge of the viewport. If timed right (hard to repro, you can see it flicker repeatedly. ...
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 ...
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. ...
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 ...
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 ...
Using a material element with Apex cloth will override the morph targets so that they have no effect. This issue didn't exist in 4.10 and seems to have been introduced in 4.11 due to the many optim ...
When simulating in viewport, a section of the cloth asset stretches out far into the distance. So far I was only able to reproduce this with the CLOTH_SimpleCloth asset in QAGame. The cloth in Con ...
Apex Cloth assets disappear if you set the Custom Time Dilation to 0.0. You can workaround the issue by setting the Custom Time Dilation to 1.0, and then use the 'Force Cloth Next Update Teleport a ...
USkeletalMeshComponent::TickComponent is run in the PrePhysics tick group. This is the only place where the SkeletalMesh is actually checked to be != nullptr to determine whether or not the TickClot ...