Tala Esenlikler
Command Definition

Execution Actions

Execution actions run when the command succeeds.

Interaction Framework 1.0.0 UE5.8 TArray<TObjectPtr<UInteractionCommandExecutionAction>> FInteractionRuntimeCommandDefinition InteractionRuntimeTargetDefinition.h

Execution actions run when the command succeeds.

This array (TArray<TObjectPtr<UInteractionCommandExecutionAction>>) belongs to FInteractionRuntimeCommandDefinition under InteractionRuntime|Execution.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner FInteractionRuntimeCommandDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Execution
UPROPERTY(EditAnywhere, Instanced, BlueprintReadOnly, Category = "InteractionRuntime|Execution", meta = (EditCondition = "RowKind == EInteractionRuntimeCommandRowKind::Command", EditConditionHides))
TArray<TObjectPtr<UInteractionCommandExecutionAction>> ExecutionActions;

Related Docs