One styled part of a structured prompt line.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUIPromptPartPresentation
Properties
Prompt Part Presentation
EInteractionUIPromptPartType Type
Semantic type of this prompt fragment, e.g., Key for an input glyph, Command for the action label.
Prompt Part Presentation
FName Style Name
Optional style name a Blueprint widget can map to fonts, colors, or rich-text styles.
Prompt Part Presentation
FName Metadata Tag
Optional metadata marker for project-specific styling or routing.
Prompt Part Presentation
bool Is Visible
True when this fragment should be rendered, e.g., hide empty cooldown or progress fragments.