Tala Esenlikler
Focus Projection

Point Of Interest Point Handles

Handles currently visible as points of interest.

Interaction Framework 1.0.0 UE5.7 TArray<FInteractionRuntimePointHandle> FInteractionUIFocusProjection InteractionViewModel.h

Handles currently visible as points of interest.

This array (TArray<FInteractionRuntimePointHandle>) belongs to FInteractionUIFocusProjection under InteractionUI.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

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

Owner FInteractionUIFocusProjection
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
TArray<FInteractionRuntimePointHandle> PointOfInterestPointHandles;

Related Docs