Tala Esenlikler

EInteractionRuntimeMultiParticipantPattern

Input pattern used while participants contribute to a shared route after entry.

Interaction Framework 1.0.0 UE5.7 Enum InteractionMultiParticipantTypes.h

Input pattern used while participants contribute to a shared route after entry.

Module InteractionFrameworkAPI
Category multi
UENUM(BlueprintType)
enum class EInteractionRuntimeMultiParticipantPattern : uint8

Values

Instant 0
Participant contribution is satisfied immediately, e.g., stand on matching pressure plates.
Hold 1
Contribution rises while input is held, e.g., two players hold to open a gate.
MultiTap 2
Contribution rises from repeated taps, e.g., several players pump a generator together.

Related Docs