Tala Esenlikler
Interaction Command Execution Action

OnFailed

Called when command execution fails and this action is configured for Failed.

Interaction Framework 1.0.0 UE5.8 Function UInteractionCommandExecutionAction

Called when command execution fails and this action is configured for Failed.

Use this from command execution code on UInteractionCommandExecutionAction when the operation described by the summary is needed.

Owner UInteractionCommandExecutionAction
Module InteractionFrameworkRuntime
Category Interaction|Execution
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "Interaction|Execution")
void OnFailed( const FInteractionCommandExecutionContext& Context, const FInteractionRuntimeOutcomeEvent& OutcomeEvent);

Parameters

Inputs

Use Cases

  • Use during command execution workflows when called when command execution fails and this action is configured for Failed..

Related Docs