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 == ...

Blueprint Interface Implemented and Inherited Interface naming is reversed

UE - Gameplay - Blueprint Editor - Nov 4, 2022

Naming for Inherited Interfaces and Implemented Interfaces is reversed in 5.1 and Main. Inherited interfaces act like implemented interfaces, and inherited interfaces appear listed under Implemented ...

SubCategory of UFUNCTION does NOT work properly if using CallInEditor

UE - Gameplay - Blueprint Editor - Sep 20, 2022

If you use both Category hierarchy and CallInEditor in UFUNCTION, it will result in an unintended sequence as shown below. [Image Removed] And, the following code can solve this issue void FDetai ...

Blueprint breakpoints on EventEndPlay do not break execution in PIE

UE - Gameplay - Blueprint Editor - Sep 16, 2022

Blueprint breakpoints on EventEndPlay do not break execution of the PIE session before the session is destroyed. ...

Enable external linkage for the SFindInBlueprints API.

UE - Gameplay - Blueprint Editor - Sep 6, 2022

External requests to enable external linkage for SFindInBlueprints APIs, for which visibility is currently limited to the Editor/Kismet module. ...

KismetFunctionLibrary: Equals and NotEquals (SoftObjectReference) not accessible in BP Editor

UE - Gameplay - Blueprint Editor - Sep 2, 2022

In blueprint graphs, the action list for soft object references of a Object subclass is incorrect. "Equal" spawns an incompatible node, while the expected "Equal (SoftObjectReference)" is missing. " ...

Blueprint added component get reordered when editing properties on them

UE - Gameplay - Blueprint Editor - Sep 1, 2022

It's hard to say if this actually a UX issue specifically tied to component editing, or a broader issue with UX. Either way, we should triage the problem and work from there. ...

Copying collapsed graph with a node with a custom Exec pin results in duplicate pin name

UE - Gameplay - Blueprint Editor - Aug 17, 2022

When duplicating a collapsed blueprint graph which has a node with a custom Exec pin, this results in blueprint compilation error that a duplicate named pin is found. Duplicated exec pins aren't ass ...

Reparenting an actor BP to EditorUtilityActor does not give access to editor utility nodes

UE - Gameplay - Blueprint Editor - Jul 11, 2022

Ran into this while answering a UDN. A user was expecting to find the blueprint functions available to Editor Utility Blueprints after reparenting their actor to EditorUtilityActor. I confirmed that ...

Load Error with DeferredDependencyLoading

UE - Gameplay - Blueprint Editor - Jun 19, 2022

If re-define the macro USE_CIRCULAR_DEPENDENCY_LOAD_DEFERRING to 0, the component is editable in detail panel. But I'm sure it's not a good fix. ...