Tala Esenlikler

FInteractionRuntimePromptBuildContext

Prompt build context containing the resolved command, input, progress, availability, requirement, and multi-participant data used by prompt text providers.

Interaction Framework 1.0.0 UE5.7 Struct InteractionRuntimePromptTextProvider.h

Prompt text providers receive this context when building prompt presentation. It contains resolved command text, input text, target and point ids, availability state, failure reason, blocking requirement data, progress, cooldown, and multi-participant route state used to format prompt text.

Module InteractionFrameworkRuntime
Category ui
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKRUNTIME_API FInteractionRuntimePromptBuildContext

Properties

Prompt Build Context

Is Available

True when the command can currently execute.

bool
Prompt Build Context

Command Text

Default command text resolved before provider customization.

FText
Prompt Build Context

Key Text

Default key/input text resolved before provider customization.

FText

Related Docs