Tala Esenlikler
Widget Projection Settings

Ellipse Radii Px

Ellipse radii in pixels when using ellipse or hybrid clamping.

Interaction Framework 1.0.0 UE5.8 FVector2D FInteractionRuntimeWidgetProjectionSettings InteractionRuntimeTargetDefinition.h

Ellipse radii in pixels when using ellipse or hybrid clamping.

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

Owner FInteractionRuntimeWidgetProjectionSettings
Module InteractionFrameworkRuntime
Category InteractionRuntime|UI|Projection
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|UI|Projection", meta = (ClampMin = "0.0"))
FVector2D EllipseRadiiPx = FVector2D(320.0f, 320.0f);

Related Docs