Tala Esenlikler
UI Developer Settings

Global Input Prompt Presentation Rules

Key text and glyph overrides that apply when no input-family profile rule matches.

Interaction Framework 1.0.0 UE5.7 TArray<FInteractionUIInputPromptPresentationRule> UInteractionFrameworkUIDeveloperSettings InteractionViewModel.h

Key text and glyph overrides that apply when no input-family profile rule matches.

Use global rules for layout-neutral labels such as Esc, LMB, RB, LT, D-Up, View, or Menu. These act as fallback data after the active input-family profile is checked.

Owner UInteractionFrameworkUIDeveloperSettings
Module InteractionFrameworkUI
Category Prompt Text
UPROPERTY(EditAnywhere, config, Category = "Prompt Text")
TArray<FInteractionUIInputPromptPresentationRule> GlobalInputPromptPresentationRules;

Related Docs