Tala Esenlikler
Widget Base

GetClampMode

Returns the current projection clamp mode.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Returns the current projection clamp mode.

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")
EInteractionUIProjectionClampMode GetClampMode() const;

Return Value

Returns the current projection clamp mode.

Use Cases

  • Read clamp mode and handle the missing-data case explicitly.

Related Docs