Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UUserWidget
- UMovieRenderDebugWidget
References
Module | MovieRenderPipelineCore |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderDebugWidget.h |
Include | #include "MovieRenderDebugWidget.h" |
Syntax
UCLASS&40;Blueprintable, Abstract&41;
class UMovieRenderDebugWidget : public UUserWidget
Remarks
C++ Base Class for the debug widget that is drawn onto the game viewport (but not burned into the output files) that allow us to easily visualize the current state of the pipeline.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | OnInitializedForPipeline
(
UMoviePipeline* ForPipeline |