Tala Esenlikler
Surface Projection

Can Page Previous

True when an earlier displayable page exists.

Interaction Framework 1.0.0 UE5.8 bool FInteractionUISurfaceProjection InteractionViewModel.h

True when an earlier displayable page exists after empty or fully hidden pages are filtered out.

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

Use it to show or enable a Back control. It is based on filtered displayable pages, not raw authored marker positions.

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

Related Docs