APlayerCameraManager::GetCameraViewPoint

Master function to retrieve Camera's actual view point.

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 GetCameraViewPoint
(
    FVector & OutCamLoc,
    FRotator & OutCamRot
) const

Remarks

Master function to retrieve Camera's actual view point. Consider calling PlayerController::GetPlayerViewPoint() instead.

Parameters

Parameter

Description

OutCamLoc

Returned camera location

OutCamRot

Returned camera rotation

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