Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APlayerCameraManager
Description
Sets and locks the current orthographic width for the camera. Unlock with UnlockOrthoWidth. Only used if IsOrthographic returns true.
| Name | SetOrthoWidth |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h |
| Include Path | #include "Camera/PlayerCameraManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp |
virtual void SetOrthoWidth
(
float OrthoWidth
)
Parameters
| Name | Remarks |
|---|---|
| OrthoWidth | New orthographic width. |