Rule that determines how participant progress completes a multi-participant route.
UENUM(BlueprintType)
enum class EInteractionRuntimeMultiParticipantResolutionPolicy : uint8
Values
-
AllParticipantsSatisfyPattern
0 - Every required participant must satisfy the authored pattern, e.g., all players hold their switch.
-
SharedThreshold
1 - Contributions are accumulated into one route threshold, e.g., any two players can fill a shared meter.