How to switch to another camera component without deactivating others?

Thank you for your clarification. I don’t need the “with blend” feature, i.e., I don’t need a smooth switch. I just need to switch. But the only way I’ve found so far to switch camera components within an actor, is to deactivate other camera components in the actor.

My question is, is there another way to do so without deactivating others? I raise this question because I need other camera components for other purposes, so I should not deactivate them.

By the way, I skipped this and worked it around by using a separate Camera Actor attached to the actor, instead of using a Camera Component. This works, but not so convenience as using a component.