Tala Esenlikler
Prompt Text Presentation

Prompt Parts

Structured fragments for Blueprint widgets that render prompt parts individually.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionUIPromptPartPresentation> FInteractionUIPromptTextPresentation InteractionViewModel.h

Structured fragments for Blueprint widgets that render prompt parts individually.

This array (TArray<FInteractionUIPromptPartPresentation>) belongs to FInteractionUIPromptTextPresentation under InteractionUI.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner FInteractionUIPromptTextPresentation
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
TArray<FInteractionUIPromptPartPresentation> PromptParts;

Related Docs