Tala Esenlikler
Participant Snapshot

Role

Local participant role in the route. Use cases: - Show "waiting for others" to the initiator. - Show "joining" or "helping" copy for joiners.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeParticipantRole FInteractionRuntimeParticipantSnapshot InteractionRouteTypes.h

Local participant role in the route. Use cases: – Show "waiting for others" to the initiator. – Show "joining" or "helping" copy for joiners.

This enum selection (EInteractionRuntimeParticipantRole) belongs to FInteractionRuntimeParticipantSnapshot under InteractionRuntime.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionRuntimeParticipantSnapshot
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
EInteractionRuntimeParticipantRole Role = EInteractionRuntimeParticipantRole::None;

Related Docs