Tala Esenlikler
Multi Participant Route Event

Point ID

Logical point that owns the route, e.g., the group command point on a door.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimePointId FInteractionRuntimeMultiParticipantRouteEvent InteractionEvents.h

Logical point that owns the route, e.g., the group command point on a door.

This interaction identifier (FInteractionRuntimePointId) belongs to FInteractionRuntimeMultiParticipantRouteEvent under InteractionRuntime|MultiParticipant.

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

Keep identifier values stable once content ships because saved state, prompt routing, and authored references may depend on them.

Owner FInteractionRuntimeMultiParticipantRouteEvent
Module InteractionFrameworkAPI
Category InteractionRuntime|MultiParticipant
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|MultiParticipant")
FInteractionRuntimePointId PointId;

Related Docs