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.
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
TArray<FInteractionRuntimeRequirementEntry> Requirements;