Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphBurnInWidget
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphBurnInWidget.h |
| Include | #include "Graph/MovieGraphBurnInWidget.h" |
UFUNCTION (BlueprintImplementableEvent)
void UpdateForGraph
(
UMovieGraphPipeline * InGraphPipeline,
UMovieGraphEvaluatedConfig * InEvaluatedConfig,
int32 InCameraIndex,
const FString & CameraName
)
Remarks
Called on the first temporal and first spatial sample of each output frame.
Parameters
| Name | Description |
|---|---|
| InGraphPipeline | The graph pipeline the burn-in is for. This will be consistent throughout a burn-in widget's life. |
| InEvaluatedConfig | The evaluated graph that was used to generate this output frame. |