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.
UPROPERTY(EditAnywhere, Instanced, BlueprintReadOnly, Category = "InteractionRuntime|Execution", meta = (EditCondition = "RowKind == EInteractionRuntimeCommandRowKind::Command", EditConditionHides))
TArray<TObjectPtr<UInteractionCommandExecutionAction>> ExecutionActions;