Built-in concrete widget that renders a minimal prompt line without requiring a Blueprint widget class.
UCLASS(BlueprintType, Blueprintable)
class INTERACTIONFRAMEWORKUI_API UInteractionUIDefaultWidget : public UInteractionUIWidgetBase
Functions
Default Widget
FText GetDisplayInputText
Returns the input/key text currently displayed by the default widget.
Default Widget
FText GetDisplayPromptText
Returns the prompt text currently displayed by the default widget.
Use Cases
- Use UInteractionUIDefaultWidget in the core-concepts workflow.