Tala Esenlikler
Multi Participant Shared Threshold Settings

Completion Threshold

Total shared contribution required for completion.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeMultiParticipantSharedThresholdSettings InteractionRuntimeTargetDefinition.h

Total shared contribution required for completion.

This numeric value (float) belongs to FInteractionRuntimeMultiParticipantSharedThresholdSettings under InteractionRuntime|MultiParticipant|SharedThreshold.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

Owner FInteractionRuntimeMultiParticipantSharedThresholdSettings
Module InteractionFrameworkRuntime
Category InteractionRuntime|MultiParticipant|SharedThreshold
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|MultiParticipant|SharedThreshold", meta = (ClampMin = "0.01"))
float CompletionThreshold = 1.0f;

Related Docs