Authored multi-participant policy for a command.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKRUNTIME_API FInteractionRuntimeMultiParticipantCommandConfig
Properties
Multi Participant Command Config
bool Enable Multi Participant
True when this command should run as a multi-participant route.
Multi Participant Command Config
int32 Required Participants
Number of participants required before the route can execute.
Multi Participant Command Config
EInteractionRuntimeMultiParticipantEnterMode Enter Mode
Input mode required for a participant to enter the route.
Multi Participant Command Config
EInteractionRuntimeMultiParticipantResolutionPolicy Resolution Policy
Rule used to decide when participant contribution completes the route.
Multi Participant Command Config
FInteractionRuntimeMultiParticipantInputSettings Pattern Settings
Hold/tap settings for the execution contribution step.
Multi Participant Command Config
FInteractionRuntimeMultiParticipantSharedThresholdSettings Shared Threshold Settings
Shared threshold settings used when ResolutionPolicy is SharedThreshold.
Multi Participant Command Config
TSoftObjectPtr<UInputAction> Cancel Input Action
Optional input action used to cancel a multi-participant route.