Tala Esenlikler
Interactor Component

GetVisiblePointHandles

Returns all point handles currently within POI range and displayable to this interactor.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeInteractorComponent

Returns all point handles currently within POI range and displayable to this interactor.

Use this read-only check while building interactor focus, projection, input, or activation logic. It does not author new target definition data by itself.

Owner UInteractionRuntimeInteractorComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime
UFUNCTION(BlueprintPure, Category = "InteractionRuntime")
const TArray<FInteractionRuntimePointHandle>& GetVisiblePointHandles() const;

Return Value

Returns all point handles currently within POI range and displayable to this interactor.

Use Cases

  • Read visible point handles and handle the missing-data case explicitly.

Related Docs