Tala Esenlikler
Interaction Command Evaluation Result

Block Scope

Scope blocked by the handled result, e.g., command-only or global route blocking.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeBlockScope FInteractionCommandEvaluationResult InteractionCommandExecutionTypes.h

Scope blocked by the handled result, e.g., command-only or global route blocking.

This enum selection (EInteractionRuntimeBlockScope) belongs to FInteractionCommandEvaluationResult under Interaction|Execution.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionCommandEvaluationResult
Module InteractionFrameworkRuntime
Category Interaction|Execution
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Interaction|Execution")
EInteractionRuntimeBlockScope BlockScope = EInteractionRuntimeBlockScope::Global;

Related Docs