Choose your operating system:
Windows
macOS
Linux
| UFrameGrabberProtocol::GetFramePayload()
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/VideoCaptureProtocol.h |
Include |
#include "Protocols/VideoCaptureProtocol.h" |
Source |
/Engine/Source/Runtime/MovieSceneCapture/Private/VideoCaptureProtocol.cpp |
virtual FFramePayloadPtr GetFramePayload
(
const FFrameMetrics & FrameMetrics
)
~ End UMovieSceneCaptureProtocolBase Implementation Retrieve an arbitrary set of data that relates to the specified frame metrics. This data will be passed through the capture pipeline, and will be accessible from ProcessFrame
Shared pointer to a payload to associate with the frame, or nullptr
Parameter |
Description |
---|---|
FrameMetrics |
Metrics specific to the current frame |
Host |
The host that is managing this protocol |