I’m trying to pass some input variables to a function as references, but the “set by ref” nodes aren’t showing up when I try to change the variables’ values as described here:
I have “Context Sensitive” turned off just in case, and I’m in UE 4.6.1. Any ideas? Has this feature been removed? Am I doing something wrong? Thanks!
Turning off context sensitivity is your problem. The Set-By-Ref node is only available when dragging off a pass-by-ref variable, which requires context sensitivity. Tick it, and type setby and it’ll show up.