This is hopefully a simple question. How can I change the display value for the Return Value of a function in order to read as something other than ‘return value’ in the BP? I realize I can change the name of out params, but I haven’t been able to find how to change/set the name of the return value of a function.
Make sure to return “void” otherwise you will get the default “Return Value” pin, which as fas as I know you cannot change the display name from, then set the return parameter to the value you would like to return from the function.