Returns all point handles that share a composite group with the focused point.
Use this read-only check while building interactor focus, projection, input, or activation logic. It does not author new target definition data by itself.
UFUNCTION(BlueprintPure, Category = "InteractionRuntime")
const TArray<FInteractionRuntimePointHandle>& GetFocusGroupMembers() const;
Return Value
Returns all point handles that share a composite group with the focused point.
Use Cases
- Read focus group members and handle the missing-data case explicitly.