Tala Esenlikler
Surface Projection

Has Paging

True when the filtered surface has more than one displayable page or paging controls are visible.

Interaction Framework 1.0.0 UE5.7 bool FInteractionUISurfaceProjection InteractionViewModel.h

True when the filtered surface has more than one displayable page or paging controls are visible.

This boolean flag (bool) belongs to FInteractionUISurfaceProjection under InteractionUI.

Disabled-only pages and pages hidden by requirement UI policy are removed before this flag is resolved. If filtering leaves one page, widgets should not show paging UI.

Owner FInteractionUISurfaceProjection
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
bool bHasPaging = false;

Related Docs