Tala Esenlikler
Requirement Failure Policy

UIPolicy

UI behavior to apply after the requirement failure.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeRequirementUIPolicy FInteractionRuntimeRequirementFailurePolicy InteractionRuntimeRequirementTypes.h

UI behavior to apply after the requirement failure.

This enum selection (EInteractionRuntimeRequirementUIPolicy) belongs to FInteractionRuntimeRequirementFailurePolicy under InteractionRuntime|Requirements.

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 FInteractionRuntimeRequirementFailurePolicy
Module InteractionFrameworkRuntime
Category InteractionRuntime|Requirements
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Requirements")
EInteractionRuntimeRequirementUIPolicy UIPolicy = EInteractionRuntimeRequirementUIPolicy::Inactive;

Related Docs