Tala Esenlikler

EInteractionUIEntryKind

Kind of row contained in an interaction UI surface.

Interaction Framework 1.0.0 UE5.7 Enum InteractionViewModel.h

Kind of row contained in an interaction UI surface.

Module InteractionFrameworkAPI
Category ui
UENUM(BlueprintType)
enum class EInteractionUIEntryKind : uint8

Values

Command 0
A gameplay command row.
PagingBack 1
A row that pages backward.
PagingMore 2
A row that pages forward.
Control 3
A non-command control row, such as cancel.

Related Docs