Tala Esenlikler

EInteractionRuntimeParticipantRole

Participant role for the local player within a multi-participant route.

Interaction Framework 1.0.0 UE5.7 Enum InteractionRouteTypes.h

Participant role for the local player within a multi-participant route.

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

Values

None 0
The local player is not participating in this route.
Initiator 1
The local player started or owns the route entry, e.g., first player at a shared lever.
Joiner 2
The local player joined an existing route, e.g., second player helping open a gate.

Related Docs