Tala Esenlikler
Input Prompt Presentation

Has Key

True when Key contains a resolved input key from the active mapping context.

Interaction Framework 1.0.0 UE5.8 bool FInteractionUIInputPromptPresentation InteractionViewModel.h

True when Key contains a resolved input key from the active mapping context.

Use this before showing a key-specific visual. If false, the row may still have command text but no resolved input binding.

Owner FInteractionUIInputPromptPresentation
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
bool bHasKey = false;

Related Docs