Tala Esenlikler

EInteractionRuntimeMultiParticipantResolutionPolicy

Rule that determines how participant progress completes a multi-participant route.

Interaction Framework 1.0.0 UE5.7 Enum InteractionMultiParticipantTypes.h

Rule that determines how participant progress completes a multi-participant route.

Module InteractionFrameworkAPI
Category multi
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.

Related Docs