Tala Esenlikler
Execution Release Settings

Decay Rate Per Second

Amount of contribution removed per second when ReleaseBehavior is Decay.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeExecutionReleaseSettings InteractionRuntimeTargetDefinition.h

Amount of contribution removed per second when ReleaseBehavior is Decay.

This numeric value (float) belongs to FInteractionRuntimeExecutionReleaseSettings under InteractionRuntime|Execution.

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

Owner FInteractionRuntimeExecutionReleaseSettings
Module InteractionFrameworkRuntime
Category InteractionRuntime|Execution
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Execution", meta = (ClampMin = "0.0"))
float DecayRatePerSecond = 0.35f;

Related Docs