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

Visual scripting bug - Wrong input type displayed in array add input #2613

Open
Plumepackdev opened this issue May 17, 2024 · 0 comments
Open
Labels
bug Something isn't working editor visject Visject surface used by materials, particles, visual scripts and more
Milestone

Comments

@Plumepackdev
Copy link

Tested on main branch up-to-day as of the time of writing.
imageik

I was debugging a visual script with an Array Add node in it. I had a breakpoint passed that node and while hitting the breakpoint, I hovered my mouse over the Array Add node "item" input, which displayed "Array" as the item, while it was clearly (for the array plugged into the "array" input and for the item I was actually inputing) not an Array, but an actor.

To replicate, try making a visual script, create an array and try to add an item to it through the script. Add a breakpoint to the "set" node, and hover over the "item" input.

@mafiesto4 mafiesto4 added bug Something isn't working editor visject Visject surface used by materials, particles, visual scripts and more labels May 20, 2024
@mafiesto4 mafiesto4 added this to the 1.9 milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working editor visject Visject surface used by materials, particles, visual scripts and more
Projects
None yet
Development

No branches or pull requests

2 participants