Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera > API/Runtime/Engine/Camera/FMinimalViewInfo
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h |
| Include | #include "Camera/CameraTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp |
void ApplyOverscan
(
float InOverscan,
bool bScaleResolutionWithOverscan,
bool bCropOverscan
)
Remarks
Apply overscan to the view info, which scales the field of view and ortho width to simulate expanding the view frustum.
Parameters
| Name | Description |
|---|---|
| InOverscan | The amount of overscan to apply, from 0.0 meaning no overscan to 1.0 meaning 100% overscan |
| bScaleResolutionWithOverscan | Indicates that the view's resolution should be scaled with the amount of overscan, so that the original frustum remains the same resolution |
| bCropOverscan | Indicates that the view should be cropped during the final post process pass to remove the overscanned pixels |