EMediaCaptureCroppingType

Type of cropping

Windows
MacOS
Linux

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h

Include

#include "MediaCapture.h"

Syntax

enum EMediaCaptureCroppingType
{
    None,
    Center,
    TopLeft,
    Custom,
}

Values

Name

Description

None

Do not crop the captured image.

Center

Keep the center of the captured image.

TopLeft

Keep the top left corner of the captured image.

Custom

Use the StartCapturePoint and the size of the MediaOutput to keep of the captured image.

Remarks

Type of cropping

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss