Tala Esenlikler
UI Developer Settings

Viewport Padding

Padding from viewport edges, in pixels, used by rectangular/hybrid clamping.

Interaction Framework 1.0.0 UE5.7 FVector2D UInteractionFrameworkUIDeveloperSettings InteractionFrameworkUIDeveloperSettings.h

Padding from viewport edges, in pixels, used by rectangular/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 ViewportPadding = FVector2D(32.0f, 32.0f);

Related Docs