Tala Esenlikler
Multi Participant Command Config

Enable Multi Participant

True when this command should run as a multi-participant route.

Interaction Framework 1.0.0 UE5.8 bool FInteractionRuntimeMultiParticipantCommandConfig InteractionRuntimeTargetDefinition.h

True when this command should run as a multi-participant route.

This boolean flag (bool) 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.

Owner FInteractionRuntimeMultiParticipantCommandConfig
Module InteractionFrameworkRuntime
Category InteractionRuntime|MultiParticipant
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|MultiParticipant")
bool bEnableMultiParticipant = false;

Related Docs