Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineExecutorBase
Description
Get whether this executor supports performing a post-render action.
The base executor classes do not implement post-render actions. Executors returning "true" here must implement support for post-render actions themselves.
For C++ implementations override `virtual bool GetSupportsPostRenderActions_Implementation() override_ For Python/BP implementations override @unreal.ufunction(override=True) def get_supports_post_render_actions(self):
| Name | GetSupportsPostRenderActions |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineExecutor.h |
| Include Path | #include "MoviePipelineExecutor.h" |
UFUNCTION (BlueprintCallable, BlueprintNativeEvent, Category="Movie Render Pipeline")
bool GetSupportsPostRenderActions()