How to get Camera from Level Sequence Player in BPs?

I have a Level Sequence Player in BPs. I want to get the Camera object used there (there is only one). There doesn’t seem to be any other way than GetActiveCameraComponent. However, after I call Play, it returns NULL…