Rule used to decide when participant contribution completes the route.
This enum selection (EInteractionRuntimeMultiParticipantResolutionPolicy) belongs to FInteractionRuntimeMultiParticipantCommandConfig under InteractionRuntime|MultiParticipant.
Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.
The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|MultiParticipant")
EInteractionRuntimeMultiParticipantResolutionPolicy ResolutionPolicy = EInteractionRuntimeMultiParticipantResolutionPolicy::AllParticipantsSatisfyPattern;