Tala Esenlikler

FInteractionUIPromptPartPresentation

One styled part of a structured prompt line.

Interaction Framework 1.0.0 UE5.7 Struct InteractionViewModel.h

One styled part of a structured prompt line.

Module InteractionFrameworkAPI
Category ui
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUIPromptPartPresentation

Properties

Prompt Part Presentation

Text

Text displayed for this fragment, e.g., "Hold", "E", or "Open".

FText
Prompt Part Presentation

Style Name

Optional style name a Blueprint widget can map to fonts, colors, or rich-text styles.

FName
Prompt Part Presentation

Metadata Tag

Optional metadata marker for project-specific styling or routing.

FName
Prompt Part Presentation

Is Visible

True when this fragment should be rendered, e.g., hide empty cooldown or progress fragments.

bool

Related Docs