Tala Esenlikler
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.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimeRouteProgressSnapshot FInteractionRuntimeMultiParticipantRouteEvent InteractionEvents.h

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.

This struct value (FInteractionRuntimeRouteProgressSnapshot) belongs to FInteractionRuntimeMultiParticipantRouteEvent under InteractionRuntime|MultiParticipant.

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

Owner FInteractionRuntimeMultiParticipantRouteEvent
Module InteractionFrameworkAPI
Category InteractionRuntime|MultiParticipant
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|MultiParticipant")
FInteractionRuntimeRouteProgressSnapshot RouteSnapshot;

Related Docs