BindAction firing twice with single button press

Hey fallingbrickwork, it looks like you’re actually calling SetupInputComponent() twice leading to the action being bound twice.

You don’t need to add SetupInputComponent() in BeginPlay(), since it’ll automatically be called elsewhere.

Hope that helps!

1 Like