Tala Esenlikler
UI Developer Settings

Clamp Mode

Default clamp mode for projected interaction widgets.

Interaction Framework 1.0.0 UE5.8 EInteractionUIProjectionClampMode UInteractionFrameworkUIDeveloperSettings InteractionFrameworkUIDeveloperSettings.h

Default clamp mode for projected interaction widgets.

This enum selection (EInteractionUIProjectionClampMode) belongs to UInteractionFrameworkUIDeveloperSettings under Projection.

Project settings and default configuration use this property to shape plugin behavior before runtime objects are created. Change it when the project-wide default should differ from the plugin default.

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

Owner UInteractionFrameworkUIDeveloperSettings
Module InteractionFrameworkUI
Category Projection
UPROPERTY(EditAnywhere, config, Category = "Projection")
EInteractionUIProjectionClampMode ClampMode = EInteractionUIProjectionClampMode::ViewportEllipse;

Related Docs