Tala Esenlikler
Requirement Context

Point Requirements

Requirements authored on the current point.

Interaction Framework 1.0.0 UE5.7 TArray<FInteractionRuntimeRequirementEntry> FInteractionRuntimeRequirementContext InteractionRuntimeRequirementTypes.h

Requirements authored on the current point.

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

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

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

Owner FInteractionRuntimeRequirementContext
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
TArray<FInteractionRuntimeRequirementEntry> PointRequirements;

Related Docs