Spawn Actor Camera Actor

Like the title says, I am having issues with the spawn actor from class node. I am using it to spawn a Camera Actor from class. But after I get the camera component from the return value, I can’t seem to find a way to switch the camera to orthographic from perspective view. Any help is much appreciated!

Try this:
Camera Actor > Camera Component > Set Projection Mode

If this doesn’t work, can I see your blueprint?

Yes, that is exactly what I needed, thank you!