Tala Esenlikler
Surface Projection

Can Page Next

True when a later displayable page exists.

Interaction Framework 1.0.0 UE5.8 bool FInteractionUISurfaceProjection InteractionViewModel.h

True when a later 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 More control. It becomes false when no later page has at least one displayable command.

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

Related Docs