Tala Esenlikler

UInteractionUIDefaultWidget

Built-in concrete widget that renders a minimal prompt line without requiring a Blueprint widget class.

Interaction Framework 1.0.0 UE5.8 Class InteractionUIDefaultWidget.h

Built-in concrete widget that renders a minimal prompt line without requiring a Blueprint widget class.

Module InteractionFrameworkUI
Category ui
UCLASS(BlueprintType, Blueprintable)
class INTERACTIONFRAMEWORKUI_API UInteractionUIDefaultWidget : public UInteractionUIWidgetBase

Functions

Default Widget

GetDisplayInputText

Returns the input/key text currently displayed by the default widget.

FText
Default Widget

GetDisplayPromptText

Returns the prompt text currently displayed by the default widget.

FText

Use Cases

  • Use UInteractionUIDefaultWidget in the core-concepts workflow.

Related Docs