UMediaCapture::UpdateSceneViewport

Update the current capture with a SceneViewport.

Windows
MacOS
Linux

References

Module

MediaIOCore

Header

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

Include

#include "MediaCapture.h"

Source

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/MediaCapture.cpp

Syntax

bool UpdateSceneViewport
(
    TSharedPtr< FSceneViewport > & SceneViewport
)

Remarks

Update the current capture with a SceneViewport. If the SceneViewport is destroyed, the capture will stop. The SceneViewport needs to be of the same size and have the same pixel format as requested by the media output. @note make sure the size of the SceneViewport doesn't change during capture.

Returns

Return true if the capture was successfully updated. If false is returned, the capture was stopped.

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