Unbind InputComponent

Hi,

In my component when the actor enters, I bind the action:

pPawn->InputComponent->BindAction( ARCS_INPUT_ACTION, IE_Pressed, this, &USwitchComponent::OnActionPressed );

When the actor leaves, I like to unbind, I know I can do but index, but what is the way to know the index of my binding?

Thanks