When I create a map variable and use a Set node to set its value without wiring an input to it, I get the following error message:
Error Default value ‘’ for Map
Variable is invalid: ‘Map inputs (like
‘Map Variable’) must have an input
wired into them (try connecting a
MakeMap node).’
However, unlike MakeArray, there is no such node. There’s no MakeSet for set variables either.
Thank you so much. It’s still happening in 5.5.3. I was trying to add keys to a local declared map in a function and this error popped up. Doing what you said fixed it.