Crashes when attempting to use an Instanced Struct inside Control Rig / Rig VM

UE - Anim - Rigging - Control Rig - Mar 17, 2025

Currently, the Control Rig Editor allows the user to use the "Instanced Struct" type, for example for a variable or function input/output. However, this type does not seem to be properly supported ( ...

Add support for Debug Persistent Foreground Line Batcher

UE - Anim - Rigging - Control Rig - Jan 7, 2025

Foreground debug lines are cleared each frame and as a result, dissapear when PIE is paused (even if no persistence is supported, the lines sould be drawn if PIE is paused). We need support for pers ...

Rig element names should be case insensitive

UE - Anim - Rigging - Control Rig - Dec 5, 2024

The control rig editor should enforce case insensitivity for any names that can be created within the editor.  Currently, it's possible for control names to be created that are the same as existing ...

Expanding pins and moving nodes in graph marks Compile as dirty

UE - Anim - Rigging - Control Rig - May 8, 2024

Expanding pins and moving nodes in the graph marks the Control Rig blueprint as dirty, requiring a recompile of the entire blueprint.  Blueprints do not do this.  ...

Editing Filtered Channels in Details panel doesn't update Spawn Control Node

UE - Anim - Rigging - Control Rig - May 7, 2024

An external user reported that creating and editing filtered channels in the details panel does not propagate to the node in the graph, thus making it unusable.  Here is a video with the issue: [ ...

Changing preview mesh appears to affect initial transforms of all control rigs in level viewport

UE - Anim - Rigging - Control Rig - Apr 16, 2024

It seems that switching the preview mesh in the control rig editor is affecting the initial transforms in the hiearchies of related control rigs in the level viewport.  This seems to be due to the c ...

Control Rig editor Preview viewport doesn't display static mesh attachments

UE - Anim - Rigging - Control Rig - Feb 12, 2024

Many of the animation asset editors don't display static mesh attachments in the way that the anim sequence or anim bp editor do.  This prevents users from previewing characters that are built from ...

Node errors that block compilation aren't output in compiler results log

UE - Anim - Rigging - Control Rig - Feb 7, 2024

Errors from EdGraph nodes aren't being piped into the compiler results log.  This can make it difficult to track down what's broken in larger rigs. ...

Comments created using the C hotkey do not respect colour or location on graph re-open

UE - Anim - Rigging - Control Rig - Jan 23, 2024

This issue seems to only occur when using the hotkey to create comments.  Using the r-click menu seems to work as expected. ...

Branch node outputs cannot be wired to already connected Execute pins on downstream nodes

UE - Anim - Rigging - Control Rig - Jan 23, 2024

When attempting to connect the output of a branch node to a downstream node that is already connected to one of the other outputs of the branch, users see a 'cycles are not allowed' message preventi ...