APlayerCameraManager::LimitViewYaw

Limit the player's view yaw.

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 LimitViewYaw
(
    FRotator & ViewRotation,
    float InViewYawMin,
    float InViewYawMax
)

Remarks

Limit the player's view yaw.

Parameters

Parameter

Description

ViewRotation

ViewRotation to modify. Both input and output.

InViewYawMin

Minimum view yaw, in degrees.

InViewYawMax

Maximum view yaw, in degrees.

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