Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphSettingNode
Description
Updates telemetry data for this node. Should only be used by nodes that ship with Movie Render Graph. Called on the fully-evaluated node in the flattened graph.
Derived Overrides
- UMovieGraphAudioOutputNode::UpdateTelemetry
- UMovieGraphExecuteScriptNode::UpdateTelemetry
- UMovieGraphGlobalOutputSettingNode::UpdateTelemetry
- UMovieGraphRenderLayerNode::UpdateTelemetry
- UMovieGraphSamplingMethodNode::UpdateTelemetry
| Name | UpdateTelemetry |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
virtual void UpdateTelemetry
(
FMoviePipelineShotRenderTelemetry * InTelemetry
) const