Tala Esenlikler
Route Progress Snapshot

Required Participants

Number of participants required before the route can execute. Use cases: - Build participant count text for group prompts. - Detect whether the route is single-player or multi-player from Blueprint.

Interaction Framework 1.0.0 UE5.8 int32 FInteractionRuntimeRouteProgressSnapshot InteractionRouteTypes.h

Number of participants required before the route can execute. Use cases: – Build participant count text for group prompts. – Detect whether the route is single-player or multi-player from Blueprint.

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

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

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

Related Docs