Tala Esenlikler
Execution Release Settings

Contribution Rate Per Second

Amount of contribution added per second while input is active.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeExecutionReleaseSettings InteractionRuntimeTargetDefinition.h

Amount of contribution added per second while input is active.

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 ContributionRatePerSecond = 1.0f;

Related Docs