Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera > API/Runtime/Engine/Camera/UCameraComponent
Syntax
UPROPERTY (Interp, EditAnywhere, BlueprintReadWrite, Category=CameraOptions)
bool bCropOverscan
Remarks
Indicates that the overscanned pixels should be cropped at the end of the rendering pipeline, allowing the overscanned pixels to be used in post process effects that need extra pixels beyond the view frustum (e.g. lens distortion) without having to render those pixels to the screen. When bScaleResolutionWithOverscan is enabled, the cropped image will have the same resolution as the original non-overscanned image, but when disabled, the cropped image will be a lower resolution.