Tala Esenlikler
Command Definition

Release Settings

Contribution/release settings for non-instant command patterns.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimeExecutionReleaseSettings FInteractionRuntimeCommandDefinition InteractionRuntimeTargetDefinition.h

Contribution/release settings for non-instant command patterns.

This struct value (FInteractionRuntimeExecutionReleaseSettings) belongs to FInteractionRuntimeCommandDefinition under InteractionRuntime.

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

Owner FInteractionRuntimeCommandDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime", meta = (EditCondition = "RowKind == EInteractionRuntimeCommandRowKind::Command && ActivationMode == EInteractionRuntimeCommandActivationMode::Interactive && Pattern != EInteractionRuntimeInputPattern::Instant", EditConditionHides))
FInteractionRuntimeExecutionReleaseSettings ReleaseSettings;

Related Docs