[How To] Unbind an action from the input component

As an update for anyone looking, You don’t need to loop through the action bindings anymore to unbind, you can just do:


InputComponent->RemoveActionBindingForHandle(myActionBinding.GetHandle());

1 Like