Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineExecutorBase
Description
Report the current state of the executor. This is used to know if we can call Execute again.
For C++ implementations override `virtual bool IsRendering_Implementation() const override_ For Python/BP implementations override @unreal.ufunction(override=True) def is_rendering(self): return ?
| Name | IsRendering |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineExecutor.h |
| Include Path | #include "MoviePipelineExecutor.h" |
UFUNCTION (BlueprintPure, BlueprintNativeEvent, Category="Movie Render Pipeline")
bool IsRendering() const
True if the executor is currently working on a queue to produce a render.