I have a question about bindaction.
PlayerController has a SetupInputComponent() function and Character has it too.
- What is different with bindaction in playercontroller and character?
- Which one is better one and Why?
- I ever did it before and at that time, I cannot bind multiple keyboard input when I bind in character. How can I bind multiple key input? like keep press shift to make player run.