Tala Esenlikler
Target Definition

Points

Authored point definitions available on this target.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionRuntimePointDefinition> UInteractionRuntimeTargetDefinition InteractionRuntimeTargetDefinition.h

Authored point definitions available on this target.

This array (TArray<FInteractionRuntimePointDefinition>) belongs to UInteractionRuntimeTargetDefinition 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 UInteractionRuntimeTargetDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
TArray<FInteractionRuntimePointDefinition> Points;

Related Docs