Tala Esenlikler
Default Widget

GetDisplayPromptText

Returns the prompt text currently displayed by the default widget.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIDefaultWidget

Returns the prompt text currently displayed by the default widget.

Use this read-only check while building core concepts logic. It does not author new target definition data by itself.

Owner UInteractionUIDefaultWidget
Module InteractionFrameworkUI
Category InteractionUI|DefaultWidget
UFUNCTION(BlueprintPure, Category = "InteractionUI|DefaultWidget")
FText GetDisplayPromptText() const;

Return Value

FText

Returns the prompt text currently displayed by the default widget.

Use Cases

  • Read display prompt text and handle the missing-data case explicitly.

Related Docs