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.
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.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-147233 in the post.
2 |
Component | UE - Gameplay - Blueprint Editor |
---|---|
Affects Versions | 5.0 |
Created | Mar 25, 2022 |
---|---|
Resolved | Apr 26, 2022 |
Updated | May 2, 2022 |