Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera > API/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 SetOrthoWidth
&40;
float OrthoWidth
&41;
Remarks
Sets and locks the current orthographic width for the camera. Unlock with UnlockOrthoWidth. Only used if IsOrthographic returns true.
Parameters
| Name | Description |
|---|---|
| OrthoWidth | New orthographic width. |