Tala Esenlikler
Prompt Build Context

Key Text

Default key/input text resolved before provider customization.

Interaction Framework 1.0.0 UE5.8 FText FInteractionRuntimePromptBuildContext InteractionRuntimePromptTextProvider.h

Default key/input text resolved before provider customization.

This localized text (FText) belongs to FInteractionRuntimePromptBuildContext under InteractionRuntime|Prompt.

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.

Owner FInteractionRuntimePromptBuildContext
Module InteractionFrameworkRuntime
Category InteractionRuntime|Prompt
UPROPERTY(BlueprintReadOnly, Category = "InteractionRuntime|Prompt")
FText KeyText;

Related Docs