Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APlayerCameraManager
Description
Primary function to retrieve Camera's actual view point. Consider calling PlayerController::GetPlayerViewPoint() instead.
| Name | GetCameraViewPoint |
| 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 GetCameraViewPoint
(
FVector & OutCamLoc,
FRotator & OutCamRot
) const
Parameters
| Name | Remarks |
|---|---|
| OutCamLoc | Returned camera location |
| OutCamRot | Returned camera rotation |