Tala Esenlikler
Prompt Context Presentation

Has Multi Participant Session

True when this prompt belongs to a multi-participant route or session.

Interaction Framework 1.0.0 UE5.8 bool FInteractionUIPromptContextPresentation InteractionViewModel.h

True when this prompt belongs to a multi-participant route or session.

This boolean flag (bool) belongs to FInteractionUIPromptContextPresentation 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.

Owner FInteractionUIPromptContextPresentation
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
bool bHasMultiParticipantSession = false;

Related Docs