I’m using a parameter function to check for ranges of velocity in my character, in order to update the animation tree. For some reason the ‘path’ part of the parameter function says its not in use, even though it’s used twice. Am I just understanding parameter functions wrong, or what’s going on?
boolean values are copied, if you intend to pass in a “path” variable to be updated this will not work as it does nothing to the original, only edits the copies. Might be better to use keyword return