Where is JumpMaxHoldTime?
You need to add a hold trigger to your input action for jumping.
You can expand it with the arrow on the left and set the Hold Threshold
I still haven’t figured out where to look for it, I have version 4 of unreal engine
if you are using 4 then you need to enable the plugin called “enhanced input”. Then in project setting => input => Default player input class => change “PlayerInput” to “EnhancedPlayerInput”
Still, the character jumps strictly to the same height, regardless of how many times I hold down the key
Set it inside of the character. Just type in “JumpMaxHoldTime” you will get both set and get.
It’s a baked in variable in the character class.