How does one set Cine Camera Actor Sensor Width, Height, and Focal Length with Blueprints?

Basically, I am spawning Cine Camera Actors in my scene and want to set specific sensor heights and widths, but unfortunately there are no “Set” and “Get” nodes that are compatible Cine Camera Actor Object References; they don’t exist.

Here’s an image of the Blueprint: Imgur: The magic of the Internet

However, I have found that there are “set” and “get” nodes that exist for the Cine Camera “Component Object” Reference, but unfortunately they are not compatible with the Cine Camera Actor “Object Reference” They are essentially part of a longer list of Filmback settings that are perfect for what I need to do, but aren’t compatible with Actors, but instead Components.

How may one dynamically set these variables via Blueprints? I would need to apply these very specific settings for quite a lot of cameras(100 +)

Thanks so much in advance :slight_smile: