Tala Esenlikler

FInteractionUIEntryPresentation

Presentation data for one command or control entry in an interaction surface.

Interaction Framework 1.0.0 UE5.7 Struct InteractionViewModel.h

Presentation data for one command or control entry in an interaction surface.

Module InteractionFrameworkAPI
Category ui
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUIEntryPresentation

Properties

Entry Presentation

Entry ID

Stable id for the entry, e.g., use as a row key for animated list updates.

FName
Entry Presentation

Control Tag

Optional control tag for non-command entries, e.g., Cancel, More, or Back.

FName
Entry Presentation

Prepared Row Text

Fully prepared row text for simple widgets, e.g., "[E] Open".

FText
Entry Presentation

Surface Index

Absolute index of this entry within the resolved surface.

int32
Entry Presentation

Page Number

One-based page number containing this entry after empty pages are filtered out.

int32
Entry Presentation

Total Pages

Total number of displayable pages available on the surface.

int32
Entry Presentation

Page Local Index

Zero-based local index within the current page.

int32

Related Docs