Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Camera > APlayerCameraManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h |
Include | #include "Camera/PlayerCameraManager.h" |
Source | /Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp |
virtual void SetFOV
(
float NewFOV
)
Remarks
Locks the FOV to the given value. Unlock with UnlockFOV.
Parameters
Name | Description |
---|---|
NewFOV | New full FOV angle to use, in degrees. |