Tala Esenlikler

EInteractionUIProjectionClampMode

Clamp mode used by projected interaction UI widgets.

Interaction Framework 1.0.0 UE5.8 Enum InteractionFrameworkUIDeveloperSettings.h

Clamp mode used by projected interaction UI widgets.

Module InteractionFrameworkUI
Category ui
UENUM(BlueprintType)
enum class EInteractionUIProjectionClampMode : uint8

Values

None 0
Do not clamp projected positions.
ViewportRect 1
Clamp to a padded viewport rectangle.
ViewportEllipse 2
Clamp to an ellipse around the viewport center.
Hybrid 3
Use the framework's hybrid projection clamp behavior.

Related Docs