Description

We are attempting to use Mutable in 5.6.1 and have encountered an issue which we are not sure how to resolve.

The issue occurs when using the ClipWithUVMask node.

In short we have a customizable object with an enum and based on this enum value we either use or don't use a clip mask to cut out a part of a mesh. In 5.5 this worked without issue but once we attempted to upgrade to 5.6 this completely stopped working.

There is a forum thread created by someone else with this issue here: https://forums.unrealengine.com/t/mutable-clip-with-uv-mask-node-crashes-editor-in-5-6-1/2654587

Steps to Reproduce

Steps to Reproduce

Preparation:

1) Download provided zipped project and launch with 5.6.1 (works with both launcher version and Release-5.6.1 stream)

2) Open CO_Example asset

3) Notice that there are 3 ClipWithUVMask nodes. I will call them Clip1, Clip2, Clip3 from top to bottom.

 

Issue 1 (Crash)

Connect Clip3 to the modifiers array. Disconnect Clip1 and Clip2. Compile the asset. The editor runs into a check() and crashes. If crash is skipped (via debugging in continuing) the produced results are invalid.
[Image Removed]

 

Issue 2 (Workaround for issue 1 but an issue in and of itself)

Connect Clip1 and Clip3 to the modifiers array. Disconnect Clip2. Compile the asset. This produces the desired result (the clip mask is properly used) but the fact that we need an empty texture parameter to make this work is just wrong.
[Image Removed]

 

Issue 3 (Real issue that we are running into in our project)

Connect Clip2. Disconnect Clip 1 and Clip3. Compile the asset. Iterate through the enum values in the Preview Instance and notice that on enum value 3 (where the texture for the clipmask is used) the produced result is not valid (As seen in the result of Issue 2). Notice that the workaround noted in Issue 2 does not change the produced result.

[Image Removed]

Conclusion: Something is wrong with texture loading.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-331604 in the post.

0
Login to Vote

Unresolved
ComponentUE - Anim - Mutable
Affects Versions5.6
CreatedSep 22, 2025
UpdatedSep 22, 2025
View Jira Issue