Tala Esenlikler
Requirement Context

Point Index

Runtime index of the point being evaluated.

Interaction Framework 1.0.0 UE5.7 int32 FInteractionRuntimeRequirementContext InteractionRuntimeRequirementTypes.h

Runtime index of the point being evaluated.

This numeric value (int32) belongs to FInteractionRuntimeRequirementContext under InteractionRuntime.

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

Owner FInteractionRuntimeRequirementContext
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
int32 PointIndex = INDEX_NONE;

Related Docs