Tala Esenlikler
Requirement Entry

Operand

Boolean operand used when combining this entry with previous entries.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeRequirementOperand FInteractionRuntimeRequirementEntry InteractionRuntimeRequirementTypes.h

Boolean operand used when combining this entry with previous entries.

This enum selection (EInteractionRuntimeRequirementOperand) belongs to FInteractionRuntimeRequirementEntry 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 FInteractionRuntimeRequirementEntry
Module InteractionFrameworkRuntime
Category InteractionRuntime|Requirements
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Requirements", meta = (EditCondition = "Requirement != nullptr", EditConditionHides))
EInteractionRuntimeRequirementOperand Operand = EInteractionRuntimeRequirementOperand::And;

Related Docs