Tala Esenlikler
Multi Participant Route State

Enter Mode

Entry mode used by the shared route.

Interaction Framework 1.0.0 UE5.7 EInteractionRuntimeMultiParticipantEnterMode FInteractionRuntimeMultiParticipantRouteState InteractionRuntimeTargetComponent.h

Entry mode used by the shared route.

This enum selection (EInteractionRuntimeMultiParticipantEnterMode) belongs to FInteractionRuntimeMultiParticipantRouteState 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.

Owner FInteractionRuntimeMultiParticipantRouteState
Module InteractionFrameworkRuntime
Category InteractionRuntime|MultiParticipant
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|MultiParticipant")
EInteractionRuntimeMultiParticipantEnterMode EnterMode = EInteractionRuntimeMultiParticipantEnterMode::Instant;

Related Docs