Tala Esenlikler
Input Prompt Presentation Rule

Icon Texture

Optional texture glyph for widgets that render image prompts.

Interaction Framework 1.0.0 UE5.7 TSoftObjectPtr<UTexture2D> FInteractionUIInputPromptPresentationRule InteractionViewModel.h

Optional texture glyph for widgets that render image prompts.

Use this when the project ships texture glyphs for keyboard or gamepad prompts.

Owner FInteractionUIInputPromptPresentationRule
Module InteractionFrameworkUI
Category Input Prompt
UPROPERTY(EditAnywhere, config, Category = "Input Prompt")
TSoftObjectPtr<UTexture2D> IconTexture;

Related Docs