Make MediaCaptureOptions

Make MediaCaptureOptions

Windows
MacOS
Linux

Adds a node that create a 'MediaCaptureOptions' from its members

Make MediaCaptureOptions
Crop
None
Custom Capture Point
Resize Source Buffer
Skip Frame When Running Expensive Tasks
Convert To Desired Pixel Format
Force Alpha To One On Conversion
Media Capture Options

Inputs

Crop
EMediaCaptureCroppingType Enum

Crop the captured SceneViewport or TextureRenderTarget2D to the desired size.

Custom Capture Point
Int Point Structure

Crop the captured SceneViewport or TextureRenderTarget2D to the desired size. @note Only valid when Crop is set to Custom.

Resize Source Buffer
Boolean

When the capture start, resize the source buffer to the desired size. @note Only valid when a size is specified by the MediaOutput. @note For viewport, the window size will not change. Only the viewport will be resized. @note For RenderTarget, the asset will be modified and resized to the desired size.

Skip Frame When Running Expensive Tasks
Boolean

When the application enters responsive mode, skip the frame capture. The application can enter responsive mode on mouse down, viewport resize, ... That is to ensure responsiveness in low FPS situations.

Convert To Desired Pixel Format
Boolean

Allows to enable/disable pixel format conversion for the cases where render target is not of the desired pixel format.

Force Alpha To One On Conversion
Boolean

In some cases when we want to stream irregular render targets containing limited number of channels (for example RG16f), we would like to force Alpha to 1.

Outputs

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