Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineTelemetry.h |
| Include | #include "MoviePipelineTelemetry.h" |
Syntax
class FMoviePipelineTelemetry
Remarks
Responsible for sending out telemetry for both Movie Render Queue and Movie Render Graph.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SendBeginShotRenderTelemetry
(
UMoviePipelineExecutorShot* InShot, |
Sends out telemetry that includes information about the shot being rendered (the type of rendering being done, which types of settings/nodes are being used, etc). | |
| void | SendEndShotRenderTelemetry
(
const bool bIsGraph, |
Sends out telemetry that indicates whether the shot was rendered successfully. | |
| void | SendRendersRequestedTelemetry
(
const bool bIsLocal, |
Sends out telemetry that captures queue-level information. |