Tala Esenlikler
UI Developer Settings

Ellipse Radii Px

Ellipse radius, in pixels, used by ellipse/hybrid clamping.

Interaction Framework 1.0.0 UE5.8 FVector2D UInteractionFrameworkUIDeveloperSettings InteractionFrameworkUIDeveloperSettings.h

Ellipse radius, in pixels, used by ellipse/hybrid clamping.

This struct value (FVector2D) 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.

Owner UInteractionFrameworkUIDeveloperSettings
Module InteractionFrameworkUI
Category Projection
UPROPERTY(EditAnywhere, config, Category = "Projection", meta = (ClampMin = "0.0"))
FVector2D EllipseRadiiPx = FVector2D(320.0f, 320.0f);

Related Docs