Tala Esenlikler

FInteractionUIPromptTextPresentation

Text payload prepared for a prompt row.

Interaction Framework 1.0.0 UE5.8 Struct InteractionViewModel.h

Text payload prepared for a prompt row.

Module InteractionFrameworkAPI
Category ui
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUIPromptTextPresentation

Properties

Prompt Text Presentation

Command Text

Human-readable command label, e.g., "Open", "Search", or "Talk".

FText
Prompt Text Presentation

Input Text

Human-readable input label fallback, e.g., E, Esc, Hold F, A, or LT.

FText
Prompt Text Presentation

Prompt Text

Main prompt text ready for display, e.g., "Press E to Open".

FText
Prompt Text Presentation

Prepared Line Text

Final single-line prompt assembled from input, command, state, and progress text.

FText
Prompt Text Presentation

State Text

Availability or route state text, e.g., "Locked", "Waiting for 1 player", or "Cooling down".

FText
Prompt Text Presentation

Has Structured Prompt

True when PromptParts contains structured prompt fragments.

bool
Prompt Text Presentation

Rich Prompt Text

Rich-text version of the prompt for widgets that consume one formatted text block.

FText

Related Docs