Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera > API/Runtime/Engine/Camera/FCameraPhotographyManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraPhotography.h |
Include | #include "Camera/CameraPhotography.h" |
Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraPhotography.cpp |
bool UpdateCamera
&40;
FMinimalViewInfo & InOutPOV,
APlayerCameraManager &42; PCMgr
&41;
Remarks
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. Returns whether camera was cut/non-contiguous/teleported
Parameters
Name | Description |
---|---|
InOutPOV | camera info to modify |
PCMgr | player camera manager (non-NULL) |