Tala Esenlikler
Interaction Command Begin Flow Guard Action

Begin On Started

If true, starts the guard when command execution starts.

Interaction Framework 1.0.0 UE5.8 bool UInteractionCommandBeginFlowGuardAction

If true, starts the guard from OnStarted. When false, the action starts the guard from the terminal outcomes selected by ExecuteOnOutcomes.

For most terminal state changes, leave this false and place the action before the state-changing terminal action so the guard starts immediately before the surface is invalidated.

Owner UInteractionCommandBeginFlowGuardAction
Module InteractionFrameworkRuntime
Category ui
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Interaction|Flow Guard")
bool bBeginOnStarted = false;

Related Docs