Description

Context menu defaults to != node instead of Not node when searching for Not from a boolean.

User Note:
The issue here is that in almost all cases you want the "NOT Boolean" node rather than the "Not Equal" node, which is why all previous version of UE have defaulted to the "NOT Boolean" node. This broken behaviour slows down working with Boolean variables as checking for the NOT condition of a Boolean variable is a common use case.

Steps to Reproduce
  1. Create or open a project made with Preview 2
  2. Within a blueprint create a Boolean Variable
  3. Ctrl+Drag the Boolean into the EventGraph
  4. Drag off the output pin of the Boolean reference
  5. In the context menu search "not"

Expected Results:
The selected result from the context menu is the Not node as it was in previous releases.

Actual Results:
The != node is the select result. 

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-147233 in the post.

2
Login to Vote

By Design
ComponentUE - Gameplay - Blueprint Editor
Affects Versions5.0
CreatedMar 25, 2022
ResolvedApr 26, 2022
UpdatedMay 2, 2022