Called when command execution starts.
Use this from command execution code on UInteractionCommandExecutionAction when the operation described by the summary is needed.
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "Interaction|Execution")
void OnStarted(const FInteractionCommandExecutionContext& Context);
Parameters
Inputs
Context
Interaction context used by this operation.
Use Cases
- Use during command execution workflows when called when command execution starts..