Presentation data for one command or control entry in an interaction surface.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUIEntryPresentation
Properties
Entry Presentation
EInteractionUIEntryKind Entry Kind
Kind of entry represented by the row, e.g., Command, PagingBack, PagingMore, or Control.
Entry Presentation
FName Entry ID
Stable id for the entry, e.g., use as a row key for animated list updates.
Entry Presentation
FName Control Tag
Optional control tag for non-command entries, e.g., Cancel, More, or Back.
Entry Presentation
FInteractionRuntimePointId Activation Point ID
Activation point that produced the row, e.g., linked helper surface.
Entry Presentation
int32 Page Number
One-based page number containing this entry after empty pages are filtered out.