Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCameraComponent
Description
Sets whether to crop the overscanned pixels 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.
| Name | SetCropOverscan |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraComponent.h |
| Include Path | #include "Camera/CameraComponent.h" |
UFUNCTION (BlueprintCallable, Category=Camera)
void SetCropOverscan
(
bool bInCropOverscan
)