Player Camera Manager, when the player character actor has multiple camera components?

What would get player camera manager return if the player character has multiple camera components?
What if multiple camera components are simultaneously active?
Is the function smart enough to return the first currently active camera (or some other camera), or will I need to take extra precautions to ensure that?
Thanks.