Classic FPS movement pack

Thanks guys, right now I’m doing a final pass on commenting my blueprints and seeing if I can separate anything else out into functions, but I think I’m pretty close to submitting.

For price I was thinking $14.99- I want it to be on the lower end and am just looking to maybe break even on the time I spend supporting users in utilizing it.

One thing I’m trying to figure out is how I can highlight the key variables for modification within the editor. Right now it will list every variable used in a given function, whether it’s only used internally between functions or whether it is subject to a value the user inputs. I would prefer to highlight variables which call for a user inputted value to simplify things for end user, but am not sure how I can best achieve that in the tool?

Otherwise I will need to rely on a separate PDF or instruction to document the key variables that control the behavior, and I’d like to simplify that if possible.