Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCameraPhotographyManager
Description
Modify input camera according to cumulative free-camera transforms (if any). Safe to call this even if IsSupported()==false, in which case it will leave camera unchanged and return false.
| Name | UpdateCamera |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraPhotography.h |
| Include Path | #include "Camera/CameraPhotography.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraPhotography.cpp |
bool UpdateCamera
(
FMinimalViewInfo & InOutPOV,
APlayerCameraManager * PCMgr
)
Returns whether camera was cut/non-contiguous/teleported
Parameters
| Name | Remarks |
|---|---|
| InOutPOV | camera info to modify |
| PCMgr | player camera manager (non-NULL) |