Tala Esenlikler

FInteractionRuntimeMultiParticipantCommandConfig

Authored multi-participant policy for a command.

Interaction Framework 1.0.0 UE5.7 Struct InteractionRuntimeTargetDefinition.h

Authored multi-participant policy for a command.

Module InteractionFrameworkRuntime
Category authoring
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKRUNTIME_API FInteractionRuntimeMultiParticipantCommandConfig

Properties

Multi Participant Command Config

Enable Multi Participant

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

bool
Multi Participant Command Config

Required Participants

Number of participants required before the route can execute.

int32
Multi Participant Command Config

Cancel Input Action

Optional input action used to cancel a multi-participant route.

TSoftObjectPtr<UInputAction>

Related Docs