Tala Esenlikler

EInteractionRuntimeMultiParticipantReleaseBehavior

Behavior applied when a participant releases input before contribution completes.

Interaction Framework 1.0.0 UE5.7 Enum InteractionRuntimeTargetDefinition.h

Behavior applied when a participant releases input before contribution completes.

Module InteractionFrameworkRuntime
Category authoring
UENUM(BlueprintType)
enum class EInteractionRuntimeMultiParticipantReleaseBehavior : uint8

Values

Decay 0
Progress decays over time after input is released.
Persist 1
Progress remains where it was when input was released.
Reset 2
Progress resets when input is released.

Related Docs