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.
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.