UVideoCaptureProtocol::GetFramePayload

~ End [UMovieSceneCaptureProtocolBase](API\Runtime\MovieSceneCapture\UMovieSceneCaptureProtocolBase) Implementation Retrieve an arbitrary set of data that relates to the specified frame metrics.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UFrameGrabberProtocol::GetFramePayload()

UVideoCaptureProtocol::GetFramePayload()

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 FFramePayloadPtr GetFramePayload
(
    const FFrameMetrics & FrameMetrics
)

Remarks

~ 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

Returns

Shared pointer to a payload to associate with the frame, or nullptr

Parameters

Parameter

Description

FrameMetrics

Metrics specific to the current frame

Host

The host that is managing this protocol