This issue seems to only occur when using the hotkey to create comments. Using the r-click menu seems to work as expected. ...
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 ...
A change was made a while back so that control rig debug print messages would be displayed in the animation editor preview windows. This is done via calling UEngine::DrawOnscreenDebugMessages from ...
It seems that local variable creation in control rig isn't following the pattern with regular control rig variables (and general blueprint variables) where the last created and/or edited variable ty ...
FControlRigBlueprintActions::CreateNewControlRigAsset is crashing in ResolveObjectHandleNoRead. Looking at the control rig in UControlRigBlueprint::Serialize, it's marked as pendingkill but I'm uns ...
From a UDN Customer. When switching a control rig's access specifier from public to private and vice versa, the options of the combo box does not hide after the selection, it stays open until you p ...
It looks like there is an issue with control rig functions and the save on compile option. When a control rig is saved via this setting, public functions within the control rig can't be referenced ...
We can't copy/paste on default values of transform variables in the details panel. Other variable types work as expected and transform types can have copy/paste applied like this in other blueprint ...