Tala Esenlikler
Participant Snapshot

Required Participants

Number of participants required by the route, e.g., hide waiting text when it is one.

Interaction Framework 1.0.0 UE5.7 int32 FInteractionRuntimeParticipantSnapshot InteractionRouteTypes.h

Number of participants required by the route, e.g., hide waiting text when it is one.

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 RequiredParticipants = 0;

Related Docs