Tala Esenlikler
Widget Projection Settings

Clamp Mode

Clamp mode used for projected widget positions.

Interaction Framework 1.0.0 UE5.7 EInteractionRuntimeWidgetProjectionClampMode FInteractionRuntimeWidgetProjectionSettings InteractionRuntimeTargetDefinition.h

Clamp mode used for projected widget positions.

This enum selection (EInteractionRuntimeWidgetProjectionClampMode) belongs to FInteractionRuntimeWidgetProjectionSettings under InteractionRuntime|UI|Projection.

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 FInteractionRuntimeWidgetProjectionSettings
Module InteractionFrameworkRuntime
Category InteractionRuntime|UI|Projection
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|UI|Projection")
EInteractionRuntimeWidgetProjectionClampMode ClampMode = EInteractionRuntimeWidgetProjectionClampMode::Hybrid;

Related Docs