Tala Esenlikler

FInteractionRuntimeMultiParticipantRouteEvent

Event payload describing a route-level change for a multi-participant interaction.

Interaction Framework 1.0.0 UE5.8 Struct InteractionEvents.h

Event payload describing a route-level change for a multi-participant interaction.

Module InteractionFrameworkAPI
Category core
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionRuntimeMultiParticipantRouteEvent

Properties

Multi Participant Route Event

Current Participants

Current number of participants in the route, e.g., display "1 / 2".

int32
Multi Participant Route Event

Required Participants

Number of participants required by the route, e.g., quorum target for UI.

int32
Multi Participant Route Event

Quorum Reached

True when current participants satisfy the required count.

bool
Multi Participant Route Event

Route Identity

Canonical route identity for the emitted route event. Legacy id/count fields remain for compatibility. Use cases: - Correlate route events with participant snapshots. - Prefer this over individual id fields in new Blueprint systems.

FInteractionRuntimeRouteIdentity
Multi Participant Route Event

Route Snapshot

Best-effort route snapshot exported with the route event. Use cases: - Refresh group UI from one event payload. - Read lifecycle and progress data without making an additional runtime query.

FInteractionRuntimeRouteProgressSnapshot

Related Docs