Tala Esenlikler
Execution Release Settings

Release Behavior

What happens to progress when input is released before completion.

Interaction Framework 1.0.0 UE5.7 EInteractionRuntimeMultiParticipantReleaseBehavior FInteractionRuntimeExecutionReleaseSettings InteractionRuntimeTargetDefinition.h

What happens to progress when input is released before completion.

This enum selection (EInteractionRuntimeMultiParticipantReleaseBehavior) 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.

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionRuntimeExecutionReleaseSettings
Module InteractionFrameworkRuntime
Category InteractionRuntime|Execution
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Execution")
EInteractionRuntimeMultiParticipantReleaseBehavior ReleaseBehavior = EInteractionRuntimeMultiParticipantReleaseBehavior::Reset;

Related Docs