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.
UPROPERTY(EditAnywhere, config, Category = "Projection")
EInteractionUIProjectionClampMode ClampMode = EInteractionUIProjectionClampMode::ViewportEllipse;