Is possible to access any Cine Camera settings using Blueprints?

Hey guys, I’m trying to use the Cinematic Camera, and at the moment I can only access the " Look At Tracking Settings" and a (Struct) “Camera Tracking Focus” …
I can’t access the “Filmback Settings” or the “Lens Settings”.
Below some blueprints

Inside the Chacarcter BP:

Inside the Camera BP:

Ok, I think I got it, I was using the Cine Camera Actor as my Parent Class, I recreate again the same bp, but using the Actor as Parent Class for the Camera BP and now I can access the “Filmback Settings” and the “Lens Settings”. …
So its better always go for the Top Hierarchy class

1 Like