Hi all,
I’m currently converting some of my blueprints over to c++ and am wondering how to I set variables for a USceneCaptureComponent2D in C++ similar to how the set node is used in blueprints?
For example…
Would correspond to “SceneCaptureComponent2D->SetOrthoWidth(1000);”?
This doesn’t work, but how would I convert the blueprint above to C++ code to set the orthowidth of the SceneCaptureComponent2D?
Thank you for your help!