How to switch Story Framework into First Person mode

- by

In the player controller (SFDemoPlayerController_BP in the default project), select the camera manager component.

Under Camera Settings on the left, switch between ThirdPerson and FirstPerson. This will determine what mode the game starts in.

To switch camera modes while the game is playing we can press C to toggle (or hold Y on the gamepad). We can also do this programmatically calling the Update SFCameraPreset function on the camera manager.

To queue other events as this is happening, we can override any of these:



If you enjoy my content, please consider supporting me on Ko-fi. In return you can browse this whole site without any pesky ads! More details here.

Leave a Comment