Tala Esenlikler

FInteractionUISurfaceProjection

Projection of the currently resolved surface and control entries.

Interaction Framework 1.0.0 UE5.8 Struct InteractionViewModel.h

Projection of the currently resolved surface and control entries.

Module InteractionFrameworkAPI
Category ui
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUISurfaceProjection

Properties

Surface Projection

Is Available

True when the surface has usable prompt data.

bool
Surface Projection

Has Paging

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

bool
Surface Projection

Can Page Next

True when a later displayable page exists.

bool
Surface Projection

Can Page Previous

True when an earlier displayable page exists.

bool
Surface Projection

Current Page

One-based current page number in the filtered displayable page set.

int32
Surface Projection

Total Pages

Total number of displayable pages in the filtered surface.

int32
Surface Projection

Prepared Paging Text

Prepared page text from the filtered page state, e.g., "Page 1 / 3".

FText

Related Docs