Tala Esenlikler
Route Progress Snapshot

Quorum Reached

True once CurrentParticipants satisfies RequiredParticipants. Use cases: - Switch prompt text from "waiting" to "hold to complete". - Trigger Blueprint feedback when the last required participant joins.

Interaction Framework 1.0.0 UE5.8 bool FInteractionRuntimeRouteProgressSnapshot InteractionRouteTypes.h

True once CurrentParticipants satisfies RequiredParticipants. Use cases: – Switch prompt text from "waiting" to "hold to complete". – Trigger Blueprint feedback when the last required participant joins.

This boolean flag (bool) 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")
bool bQuorumReached = false;

Related Docs