Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node link highlighting does not work when plugin is enabled but not activated #58

Closed
teknomaniac opened this issue Apr 15, 2022 · 3 comments
Assignees
Labels
bug Something isn't working ready Issue is fixed and ready to be deployed
Milestone

Comments

@teknomaniac
Copy link

When the plugin is enabled but not activated, node links do not get highlighted when moused over. Only the node pin the mouse is closer to along the link gets lit up.

node_link_highlight

To Reproduce

  1. Install the plugin to a new project.
  2. Go to Edit > Editor Preferences... > Electronic Nodes Plugin > Uncheck Master Activate.
  3. Restart the editor.
  4. Create or open an existing Blueprint, and connect two nodes to one another.
  5. Mouse over the link between these two nodes and notice no highlighting.

Expected behavior
When you mouse over the link between two nodes, the link should be highlighted while all other links in the Blueprint are dimmed. This is default Unreal Blueprint Editor behavior.

Screenshots
The screenshot above illustrates the bug behavior. Here's a screenshot of expected behavior for comparison:

node_link_highlight_expected

Environment (please complete the following information):

  • Unreal Engine: 4.27.2
  • Plugin version: 3.5
  • Operating System: Windows 64bits

Additional context
The workaround presented in https://github.com/hugoattal/ElectronicNodes/issues/52 to enable Master Activate, disable Use Hot Patch, then disable Master Activate again gave the correct results seen in the screenshot above. So I believe that the fix to issue 52 should hopefully also resolve this. :)

@teknomaniac teknomaniac added bug Something isn't working pending Pending approval labels Apr 15, 2022
@hugoattal
Copy link
Owner

hugoattal commented Apr 15, 2022

Sorry for this, try disabling the "Hot Patch" feature in the configuration panel. This is still a bug, but it should be fixed temporary by doing this.

Edit: did not see the last part of your message 😅... In any case, I should fix this !

@hugoattal
Copy link
Owner

duplicate of #52

@hugoattal hugoattal self-assigned this Apr 15, 2022
@hugoattal hugoattal added ready Issue is fixed and ready to be deployed and removed pending Pending approval labels Apr 15, 2022
@hugoattal hugoattal added this to the 3.6 milestone Apr 18, 2022
@hugoattal
Copy link
Owner

Fixed by 3.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready Issue is fixed and ready to be deployed
Projects
None yet
Development

No branches or pull requests

2 participants