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());
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());