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.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKRUNTIME_API FInteractionRuntimePromptBuildContext
Properties
Blocking Requirement Class
Requirement class that blocked the prompt, when available.
Blocking Requirement
Requirement object that blocked the prompt, when available.
Authored Command Pattern
Input pattern authored on the command before route-specific overrides.
Has Multi Participant Session
True when the prompt belongs to a multi-participant route.
Is Multi Participant Initiator
True when the local participant initiated the group route.
Multi Participant Enter Pattern
Normalized input pattern for entering the group route.
Multi Participant Execution Pattern
Normalized input pattern for group route execution.
Multi Participant Resolution Policy
Resolution policy for group route execution.