Tala Esenlikler
Participant Snapshot

Current Participants

Number of participants currently in the route, e.g., show "2 / 3 ready" in UI.

Interaction Framework 1.0.0 UE5.7 int32 FInteractionRuntimeParticipantSnapshot InteractionRouteTypes.h

Number of participants currently in the route, e.g., show "2 / 3 ready" in UI.

This numeric value (int32) belongs to FInteractionRuntimeParticipantSnapshot under InteractionRuntime.

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

Owner FInteractionRuntimeParticipantSnapshot
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
int32 CurrentParticipants = 0;

Related Docs