In blueprint, i can get normal camera component very easily. But I cannot find “cine camera component” after 2 days of googling.
I want to connect “cine camera actor” to “get current focal length” node. But there is no way to connect them without a “cine camera component” in between.
Ok i guess, you are trying the window crop thing we were talking about? But what do you want to connect?
Actor with the CineCameraActor? Why not just Actor with CineCamera Component? Whatever needs to be calculated for that needs to be done anyway within the Character.
Nice to see you again
I know how to add cine camera component in actor’s properties, but I don’t know how to add the cine camera component in level blueprint.
I am doing 3d stereo animation rendering and need to render wider images for convergence adjustment in after effects.
Hi there, just tested this out by myself. Perhaps you want to know what you were banging your head against. I was about to try to “expose” the Component by creating a OwnCineCameraActor based on CineCameraActor. You have the required Camera Component in there.
The strange bug is: Even when it says it is type of CineCameraComponent: As soon as you want to access it you just get it as CameraComponent. So you need to cast it: