APlayerCameraManager::SetOrthoWidth

Sets and locks the current orthographic width for the camera.

Windows
MacOS
Linux

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

Syntax

virtual void SetOrthoWidth
(
    float OrthoWidth
)

Remarks

Sets and locks the current orthographic width for the camera. Unlock with UnlockOrthoWidth. Only used if IsOrthographic returns true.

Parameters

Parameter

Description

OrthoWidth

New orthographic width.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss