Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/UMediaCapture
Description
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.
make sure the size of the SceneViewport doesn't change during capture.
| Name | UpdateSceneViewport |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h |
| Include Path | #include "MediaCapture.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/MediaCapture.cpp |
bool UpdateSceneViewport
(
TSharedPtr < FSceneViewport > & SceneViewport
)
Return true if the capture was successfully updated. If false is returned, the capture was stopped.