Python api / How to rename sequence binding?

Not what you asked for exactly but here’s how to get the camera actor reference back from a spawnable_from_class

        camera_binding = sequence.add_spawnable_from_class(ue.CineCameraActor)
        camera_actor = camera_binding.get_object_template()
1 Like