Hey guys here is my question, how do u set a bigger time between each value incremented by the trigger action of an enhanced input action node ?
here is the context :
i have a bp_playerCharacter where the movement component is driven by a default way of moving with an input action like for the default third person template, and i have a dialogue system that stop movement when the dialogue is on.
i want to scroll line of my dialogue with the key of the movement but since its an input action there is only one node for all the keybind and the function scroll up and scroll back line of the dialogue are 2 separate function,
so i tried to scale up a float with the input action axis value and it work but only with the triggered node and therefore it scroll to fast and to far in the dialogue line cause the triger delay is so short