How to change active camera on player character.

I have two camera components attached to my player character. The first is the default camera from the third person template that is in use during regular gameplay. I am wanting to change cameras when the player opens their inventory to the “inventory camera”. I cant find a way to do this, the only thing i have seen is the “set view target with blend” node, but that doesnt work for me since its a camera component im trying to switch too

You can use the set active node.
You have to use the node on bothe cameras and leave the new active box unticked on the default one and ticked on the new camera.

1 Like

Hi! Perhaps this help you! Only needs change the first person camera for the camera that you want

2 Likes