Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineSettings > API/Plugins/MovieRenderPipelineSettings/UMoviePipelineBurnInWidget
References
| Module | MovieRenderPipelineSettings |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Public/MoviePipelineBurnInWidget.h |
| Include | #include "MoviePipelineBurnInWidget.h" |
UFUNCTION (BlueprintImplementableEvent)
void OnOutputFrameStarted
(
UMoviePipeline * ForPipeline
)
Remarks
Called on the first temporal and first spatial sample of each output frame with the information about the frame being produced.
Parameters
| Name | Description |
|---|---|
| ForPipeline | The pipeline the burn in is for. This will be consistent throughout a burn in widget's life. |