Set Status Message

Set Status Message

Windows
MacOS
Linux

Set the status of this Executor. Does nothing in default implementations, but a useful shorthand for implementations to broadcast status updates, ie: You can call SetStatusMessage as your executor changes state, and override the SetStatusMessage function to make it actually do something (such as printing to a log or updating a third party API).

For C++ implementations override virtual bool SetStatusMessage_Implementation() override For Python/BP implementations override @unreal.ufunction(override=True) def set_status_message(self, inStatus):

Target is Movie Pipeline Executor Base

Set Status Message
Target
Select Asset
In Status

Inputs

In
Exec
Target
Movie Pipeline Executor Base Object Reference
In Status
String

The status message you wish the executor to have.

Outputs

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