Tala Esenlikler
Widget Base

GetCurrentSurfaceProjection

Returns surface prompt data for the current projection.

Interaction Framework 1.0.0 UE5.7 Function UInteractionUIWidgetBase

Returns surface prompt data for the current projection.

Use this read-only check while building prompt UI and widget presentation logic. It does not author new target definition data by itself.

Owner UInteractionUIWidgetBase
Module InteractionFrameworkUI
Category InteractionUI
UFUNCTION(BlueprintPure, Category = "InteractionUI")
const FInteractionUISurfaceProjection& GetCurrentSurfaceProjection() const;

Return Value

Returns surface prompt data for the current projection.

Use Cases

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

Related Docs