Certain options don't display in Context Sensitive search for Widget Blueprint until opening a regular Blueprint

UE - Gameplay - Blueprint Editor - Jan 3, 2023

Context Sensitive searches in Widget Blueprints is not working as expected in 5.1. I was able to reproduce this 4/4 times in 5.1, and confirmed that this issue is a regression as the search works as ...

Non-public soft reference properties don't get PIE fixup

UE - Gameplay - Blueprint Editor - Jan 3, 2023

Actor Soft References which have been set in the class defaults (not set per instance) don't seem to get the PIE path fixup when they're private. Toggling the property as private and public shows d ...

Expose on Spawn option removed from BP Editor for User Created Structs after Migrating

UE - Gameplay - Blueprint Editor - Dec 14, 2022

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. Only seems to occur with User Defined Structs. Testing with other variable types, but all ...

Using "Watch This Value" on Pawn causes memory leak

UE - Gameplay - Blueprint Editor - Dec 1, 2022

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. No memory leak occurs when watching a new blank Actor BP, which implies the root cause ...

InstanceOnly UProperties accessible in Blueprint

UE - Gameplay - Blueprint Editor - Nov 30, 2022

Reproduced 3/3 times. Issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. ...

Duplicate actions appear in the Blueprint graph right-click menu for AddComponent node actions when "Context Sensitive" is checked.

UE - Gameplay - Blueprint Editor - Nov 23, 2022

When the "Context Sensitive" option is checked, there is a duplicate menu item that appears in the Blueprint graph's right-click context menu for every "Add Component" menu action. Unchecking "Cont ...

Vector NotEqual / != displays default tolerance of "0" instead of "0.0001"

UE - Gameplay - Blueprint Editor - Nov 22, 2022

If this is just a display issue, it's still fairly significant because a tolerance of 0 and anything else are very different. I have not confirmed if it's only display or if the comparison is actual ...

Pasting an instanced subobject property into a Blueprint prevents that Blueprint from being added to level

UE - Gameplay - Blueprint Editor - Nov 17, 2022

Copying and pasting an array of nested instanced subobjects from a level instance into a Blueprint's defaults and adding that Blueprint to the level will prevent the actor instance from saving. ...

Adding Components via Editor Utility Widgets does not add component to Details panel

UE - Gameplay - Blueprint Editor - Nov 14, 2022

Using the Editor Utility Widget to add components to objects in UE does not appear to function as expected. I reproduced this 8/8 times in UE 5.1, 5.0, and 4.27, confirming that this is not a regres ...

The == and != symbols of the 'Not Equal(Enum)' and 'Equal(Enum)' are obscured

UE - Gameplay - Blueprint Editor - Nov 7, 2022

This is not a regression this has existed since as early as 2015(seen screenshot: [Link Removed]). Tested in //UE4/Release-4.27 CL18319896, and //UE5/Release-5.0 CL20979098 As user reported the == ...