Tala Esenlikler
Multi Participant Route Event

Current Participants

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

Interaction Framework 1.0.0 UE5.8 int32 FInteractionRuntimeMultiParticipantRouteEvent InteractionEvents.h

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

This numeric value (int32) 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")
int32 CurrentParticipants = 0;

Related Docs