Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture > API/Runtime/MovieSceneCapture/UFrameGrabberProtocol
Description
~ 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
Derived Overrides
| Name | GetFramePayload |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/FrameGrabberProtocol.h |
| Include Path | #include "Protocols/FrameGrabberProtocol.h" |
virtual FFramePayloadPtr GetFramePayload
(
const FFrameMetrics & FrameMetrics
)
Shared pointer to a payload to associate with the frame, or nullptr
Parameters
| Name | Remarks |
|---|---|
| FrameMetrics | Metrics specific to the current frame |
| Host | The host that is managing this protocol |