UMoviePipelineExecutorBase::GetStatusMessage

Get the current status message for this job.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineExecutor.h

Include

#include "MoviePipelineExecutor.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, BlueprintNativeEvent, Category="Movie Render Pipeline")
FString GetStatusMessage() const

Remarks

Get the current status message for this job. May be an empty string.

For C++ implementations override `virtual FStringGetStatusMessage_Implementation() override_ For Python/BP implementations override .ufunction(override=True) def get_status_message(self): return ?

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss