Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphBurnInNode
Description
Gets an existing widget instance of type WidgetClass if one has been created. Otherwise, returns a new instance of WidgetClass with owner InOwner.
| Name | GetOrCreateBurnInWidget |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphBurnInNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphBurnInNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphBurnInNode.cpp |
TObjectPtr < UMovieGraphBurnInWidget > GetOrCreateBurnInWidget
(
UClass * WidgetClass,
UWorld * InOwner
)