Where is JumpMaxHoldTime?

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.

Who to install inside the character? A variable or what?
I made such a scheme for jumping

It’s a baked in variable in the character class.