Tala Esenlikler
Requirement

Block Scope

Block scope used when this requirement handles a failed evaluation.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeBlockScope UInteractionRuntimeRequirement InteractionRuntimeRequirement.h

Block scope used when this requirement handles a failed evaluation.

This enum selection (EInteractionRuntimeBlockScope) belongs to UInteractionRuntimeRequirement under InteractionRuntime|Requirements|Policy.

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 UInteractionRuntimeRequirement
Module InteractionFrameworkRuntime
Category InteractionRuntime|Requirements|Policy
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Requirements|Policy")
EInteractionRuntimeBlockScope BlockScope = EInteractionRuntimeBlockScope::Global;

Related Docs