Does anyone understand how the local variables in Blueprint functions work?
I can create a local variable and it creates an item that will let me retrieve and use the value but I cannot seem to set the value of the variable. Am I missing something obvious?
It looks like after you have your function variable in your blueprint, you can drag a line from it, and type “set” in the search field. You should see an option for “Set ‘Your variable.’” You can then link it to a set variable node. You can edit this node in the details panel and connect it in the chain in your function.
Drag a node off of whatever thing you want your variable to plug into, then click “promote to local variable”. This gets you a call for the variable you can copy and paste wherever you need it.
Hope this helped.