Local wildcard nodes don't determine types

Whatever the type is, local wildcard variable and local wildcard array nodes don’t determine types and compiler throws an error:

The type of Variable is undetermined. Connect something to Local Wildcard to imply a specific type.

This happens if connect Variable pin first (assign node’s colors are changing)

229994-screenshot-102.png

And this if connect Value pin first and then a Variable pin

229995-screenshot-103.png

Both variants don’t work, but change color of Assign node pins. I tried this on 4.17 and 4.18: on both these nodes work only in macros from StandardMacros. It’s easily reproducable:

  1. Open Editor
  2. Create/Open any blueprint
  3. Create Local Wildcard and Assign nodes
  4. Connect Local Wildcard and Value of any type to Assign node
  5. Create and connect exec pins in macro and place macro in blueprint
  6. Click Compile

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://forums.unrealengine.com/unreal-engine/announcements-and-releases/1410408-unreal-engine-bug-submission-form

Thanks

Thanks for suggestion, I’ve reported the issue, but it seems to be corrected by someone (UE-55140), because 3rd step should’ve been something like:

“Create one Local Wildcard node, one Assign node any literal Node (or just any Node that has output pin).”

and 4th:

“Connect Local Wildcard to Variable and the other node to Value”

Maybe my explanation was vague - I don’t know English very well, but if you can, could you please attach the screenshot from this post to clarify the report?

Thanks