Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineExecutorBase
Description
Get the post-render action that will be taken when all the renders in the queue finish.
For C++ implementations override `virtual EMoviePipelinePostRenderActionType GetPostRenderAction_Implementation() override_ For Python/BP implementations override @unreal.ufunction(override=True) def get_post_render_action(self):
| Name | GetPostRenderAction |
| 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")
EMoviePipelinePostRenderActionType GetPostRenderAction()