Tala Esenlikler
Interactor Component

GetResolvedSurface

Returns the current resolved surface (command prompt layout) for the focused point.

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimeInteractorComponent

Returns the current resolved surface (command prompt layout) for 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.

Owner UInteractionRuntimeInteractorComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime
UFUNCTION(BlueprintPure, Category = "InteractionRuntime")
const FInteractionRuntimeResolvedSurface& GetResolvedSurface() const;

Return Value

Returns the current resolved surface (command prompt layout) for the focused point.

Use Cases

  • Read resolved surface and handle the missing-data case explicitly.

Related Docs