Subobject editor collapsed nodes are auto expanded when adding or moving a node

UE - Gameplay - Blueprint Editor - Apr 3, 2023

Node operations cause all of the collapsed nodes to be auto expanded. This is disruptive when working with complex hierarchies because you can't hide irrelevant components. ...

Changing default values in a user defined struct will break links

Changing user defined struct values appears to break any nodes that use pin splitting for the given struct. It would appear that some parent pins aren't set correctly during reconstruction, which or ...

Duplicated function in BP editor is categorized differently from copy/paste

UE - Gameplay - Blueprint Editor - Mar 30, 2023

From licensee: If I create a function in a Blueprint Interface or Blueprint Function Library and leave it in the Default category, it shows up in the "All Actions for this Blueprint" menu under "Cl ...

Renaming a variable on a Blueprint will reset that variable's value on any Child BPs

UE - Gameplay - Blueprint - Mar 25, 2023

If a variable is renamed on a blueprint, then any child blueprints will lose their default values for that variable and reset to the parent's default value. This resetting only happens with the Chi ...

XR Planar Reflections lag behind VR headset movement

UE - Platform - XR - Mar 24, 2023

Planar Reflections lag behind VR headset movement [Link Removed] Reporting that reflection captures lag because they happen before late update is applied. Includes an experimental patch that fi ...

AGV Condition Proxies ignore moving actors

Audio-Gameplay-Engineering - Mar 24, 2023

Sounds attached to moving actors do not appear to be respecting custom AGV conditions. ...

AutoCreateRefTerm pin type isn't preserved

UE - Gameplay - Blueprint Compiler - Mar 14, 2023

The use of AutoCreateRefTerm will dynamically change the return type of this function. However, it appears that we lose this type information after node expansion. If you view enable developer artif ...

Editor Preferences export failing

UE - Editor - Mar 14, 2023

Editor preferences are not successfully exporting in //UE5/Release-5.1 This issue is occurring in Binary //UE5/Release-5.1 at CL 23901901 This issue is NOT occurring in Binary //UE5/Release-5.0 at ...