add CineCameraComponent to Spawnable CinecameraActor

Is there a way to avoid using a dummy scene actor (i.e. calling spawn_actor_from_class)? I would like to use CameraComponent from CineActor from Camera Animation Sequence. I don’t want to create extra objects (cause it binding id will be invalid once I remove actor from the scene)