Row role in the command list, e.g., Command for gameplay or MoreMarker for paging boundaries.
This enum selection (EInteractionRuntimeCommandRowKind) belongs to FInteractionRuntimeCommandDefinition under InteractionRuntime|Row.
Command rows can become prompt entries. MoreMarker rows split authored command ranges; runtime paging then filters out ranges that contain no displayable commands.
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Row")
EInteractionRuntimeCommandRowKind RowKind = EInteractionRuntimeCommandRowKind::Command;