Hello guys,
I am using a CineCameraComponent in my projects and since then I used a FCameraTrackingFocusSettings (which is part of the structure FCameraFocusSettings) in blueprint and has no trouble making a new structure and setting it directly to the camera.
I thought I would have the same thing happening in cpp (am converting my camera) but when using the camera pointer no such setter method exists. Searched everywhere but couldnt find anything.
Do you know if I have to cast my camera or something to access the blueprintcallable function ? Do I have to use delegate in order to call a function inside the blueprint (which seems kind of a mess).
Any help appreciated !
Thanks a lot!