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.
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
bool bQuorumReached = false;