Tala Esenlikler
Multi Participant Command Config

Pattern

Input pattern required while the route is executing.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeMultiParticipantPattern FInteractionRuntimeMultiParticipantCommandConfig InteractionRuntimeTargetDefinition.h

Input pattern required while the route is executing.

This enum selection (EInteractionRuntimeMultiParticipantPattern) belongs to FInteractionRuntimeMultiParticipantCommandConfig 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 FInteractionRuntimeMultiParticipantCommandConfig
Module InteractionFrameworkRuntime
Category InteractionRuntime|MultiParticipant
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|MultiParticipant")
EInteractionRuntimeMultiParticipantPattern Pattern = EInteractionRuntimeMultiParticipantPattern::Instant;

Related Docs