Tala Esenlikler
Command Definition

Requirements

Requirements that must pass before this command is available.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionRuntimeRequirementEntry> FInteractionRuntimeCommandDefinition InteractionRuntimeTargetDefinition.h

Requirements that must pass before this command is available.

This array (TArray<FInteractionRuntimeRequirementEntry>) belongs to FInteractionRuntimeCommandDefinition under InteractionRuntime.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner FInteractionRuntimeCommandDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
TArray<FInteractionRuntimeRequirementEntry> Requirements;

Related Docs