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
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.

Outputs

Media Capture Options
Media Capture Options Structure
Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback