Tala Esenlikler
Manager Subsystem

TryGetFocusedResolvedSurface

Gets the resolved surface for the currently focused point, when one exists.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIManagerSubsystem

Gets the resolved surface for the currently focused point, when one exists.

Use this read path when get focused resolved surface from UInteractionUIManagerSubsystem. Check the return value before using OutResolvedSurface.

Owner UInteractionUIManagerSubsystem
Module InteractionFrameworkUI
Category InteractionUI
UFUNCTION(BlueprintPure, Category = "InteractionUI")
bool TryGetFocusedResolvedSurface(FInteractionRuntimeResolvedSurface& OutResolvedSurface) const;

Parameters

Outputs

Return Value

bool

True when OutResolvedSurface was found and written to the output parameter.

Use Cases

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

Related Docs