Tala Esenlikler
Route Identity

Multi Participant

True when the route requires or supports multiple participants. Use cases: - Swap from a single-player prompt layout to a participant-count layout. - Treat quorum/progress events as group state instead of local command state.

Interaction Framework 1.0.0 UE5.8 bool FInteractionRuntimeRouteIdentity InteractionRouteTypes.h

True when the route requires or supports multiple participants. Use cases: – Swap from a single-player prompt layout to a participant-count layout. – Treat quorum/progress events as group state instead of local command state.

This boolean flag (bool) belongs to FInteractionRuntimeRouteIdentity under InteractionRuntime.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

Owner FInteractionRuntimeRouteIdentity
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
bool bMultiParticipant = false;

Related Docs