MoveViewportCamerasToActor doesn't work with SceneComponents

So I found a case where one of my custom actors wouldn’t work with the ‘F’ key in the editor to align the viewport. I dug into the code and found out that it is because MoveViewportCamerasToActor only supports actors with PrimitiveComponents not SceneComponents.

So my question is if there is a specific reason for this, or was it a case of MoveViewportCamerasToActor being written before SceneComponents existed or something along those lines?