Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APlayerCameraManager
Description
Blueprint hook to allow blueprints to override existing camera behavior or implement custom cameras. If this function returns true, we will use the given returned values and skip further calculations to determine final camera POV.
| Name | BlueprintUpdateCamera |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h |
| Include Path | #include "Camera/PlayerCameraManager.h" |
UFUNCTION (BlueprintImplementableEvent, BlueprintCosmetic)
bool BlueprintUpdateCamera
(
AActor * CameraTarget,
FVector & NewCameraLocation,
FRotator & NewCameraRotation,
float & NewCameraFOV
)