UVideoCaptureProtocol::ProcessFrame

Process a captured frame. This may be called on any thread.

Windows
MacOS
Linux

Override Hierarchy

UFrameGrabberProtocol::ProcessFrame()

UVideoCaptureProtocol::ProcessFrame()

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/VideoCaptureProtocol.h

Include

#include "Protocols/VideoCaptureProtocol.h"

Source

/Engine/Source/Runtime/MovieSceneCapture/Private/VideoCaptureProtocol.cpp

Syntax

virtual void ProcessFrame
(
    FCapturedFrameData Frame
)

Remarks

Process a captured frame. This may be called on any thread.

Parameters

Parameter

Description

Frame

The captured frame data, including any payload retrieved from GetFramePayload

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