Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineSettings > UMoviePipelineBurnInWidget
References
Module | MovieRenderPipelineSettings |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Public/MoviePipelineBurnInWidget.h |
Include | #include "MoviePipelineBurnInWidget.h" |
UFUNCTION&40;BlueprintImplementableEvent&41;
void OnOutputFrameStarted
&40;
UMoviePipeline &42; ForPipeline
&41;
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. |